blob: 2a96a17c70d3134612cebe256ed2257795f3aede [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
Chad Rosier89aa2ce2012-10-30 21:42:09 +00002// 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