]> granicus.if.org Git - clang/commitdiff
clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Aug 2013 00:59:43 +0000 (00:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Aug 2013 00:59:43 +0000 (00:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188126 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cl-options.c

index f10141b82445ec602ec74eddc270ae1142d08775..078794c00e83ee4fc6494bf5ba744033e416aa66 100644 (file)
@@ -1,5 +1,7 @@
 // Don't attempt slash switches on msys bash.
 // REQUIRES: shell-preserves-root
+// Exclude gcc-driven clang.
+// REQUIRES: clang-driver
 
 // Note: %s must be preceded by --, otherwise it may be interpreted as a
 // command-line option, e.g. on Mac where %s is commonly under /Users.