r188126 - clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin.

NAKAMURA Takumi geek4civic at gmail.com
Fri Aug 9 17:59:43 PDT 2013


Author: chapuni
Date: Fri Aug  9 19:59:43 2013
New Revision: 188126

URL: http://llvm.org/viewvc/llvm-project?rev=188126&view=rev
Log:
clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin.

Modified:
    cfe/trunk/test/Driver/cl-options.c

Modified: cfe/trunk/test/Driver/cl-options.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl-options.c?rev=188126&r1=188125&r2=188126&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cl-options.c (original)
+++ cfe/trunk/test/Driver/cl-options.c Fri Aug  9 19:59:43 2013
@@ -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.





More information about the cfe-commits mailing list