diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-03-16 05:31:24 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-03-16 05:31:24 +0000 |
commit | 5214c7a54b85ecd2c1947855732a5c58a2d7cf6c (patch) | |
tree | f8037ad60a2ed02b6dba2922b1bc2ca26aa34ca4 | |
parent | 2befa8c763c84df0aa77f830b1cf530cd0bb987c (diff) |
test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152896 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/linker-opts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/linker-opts.c b/test/Driver/linker-opts.c index 253ca7bcf1..d036dfd04f 100644 --- a/test/Driver/linker-opts.c +++ b/test/Driver/linker-opts.c @@ -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 |