]> granicus.if.org Git - clang/commitdiff
clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been workin...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Aug 2013 12:16:48 +0000 (12:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Aug 2013 12:16:48 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188790 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cl-options.c

index 85ae4cff458f7bf2dd7a54352a6717601800c313..7e9b0c49b8b3af468d4dca835e3d78c8e39aec56 100644 (file)
@@ -1,7 +1,5 @@
 // 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.