blob: 85e180c4e2106a38a3bd041dd890cb1ee1f15c66 [file] [log] [blame]
Bill Wendling3d717152012-03-12 22:10:06 +00001// RUN: env LIBRARY_PATH=%T/test1 %clang -x c %s -### 2>&1 | FileCheck %s
2// CHECK: "-L" "{{.*}}/test1"
NAKAMURA Takumi5214c7a2012-03-16 05:31:24 +00003
4// GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
Michael J. Spencer3d157512012-06-18 23:00:44 +00005// XFAIL: cygwin,mingw32,win32