aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/linker-opts.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 07:06:09 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 07:06:09 +0000
commit5e4ccb4d19e0f62c5f9ddb506297e86e3f2fc21c (patch)
treeeafdf4f2ca107c8c41a30bd4221e60031f59df9f /test/Driver/linker-opts.c
parent007c44ccbd048472469514284697f23a58475f35 (diff)
clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used.
It is not set at targetting cygming. See PR12920. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/linker-opts.c')
-rw-r--r--test/Driver/linker-opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/linker-opts.c b/test/Driver/linker-opts.c
index 2a96a17c70..623426e057 100644
--- a/test/Driver/linker-opts.c
+++ b/test/Driver/linker-opts.c
@@ -2,4 +2,4 @@
// CHECK: "-L{{.*}}/test1"
// GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
-// XFAIL: cygwin,mingw32,win32
+// REQUIRES: clang-driver