forked from OSchip/llvm-project
test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH.
llvm-svn: 152896
This commit is contained in:
parent
e6913c7245
commit
e235525557
|
@ -1,2 +1,5 @@
|
|||
// RUN: env LIBRARY_PATH=%T/test1 %clang -x c %s -### 2>&1 | FileCheck %s
|
||||
// CHECK: "-L" "{{.*}}/test1"
|
||||
|
||||
// GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
|
||||
// XFAIL: cygwin,mingw32
|
||||
|
|
Loading…
Reference in New Issue