blob: d036dfd04fb5b09613919a51df64a21725ebc67c [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.
5// XFAIL: cygwin,mingw32