blob: 8b4c23d55724de38eab8b88136daba172433650f (
plain)
1
2
3
4
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -arch arm -print-search-dirs | FileCheck %s
// Check that we look in the relative libexec directory.
// CHECK: {{programs: =.*/../libexec:}}
|