From: NAKAMURA Takumi Date: Sat, 10 Aug 2013 00:59:43 +0000 (+0000) Subject: clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee2da6f4bd180dc848dc73cc0f241f0b2a5c989c;p=clang clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188126 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index f10141b824..078794c00e 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -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.