]> granicus.if.org Git - clang/commitdiff
clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Aug 2013 12:16:42 +0000 (12:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Aug 2013 12:16:42 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188789 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/debug-options-as.c
test/Driver/integrated-as.c
test/Driver/integrated-as.s

index 0b639b2959cb7d9cd4f682ba53d4290c33214458..74a544c1c4b08d6c0ab0774c0f0c861f3f6bc803 100644 (file)
@@ -1,6 +1,3 @@
-// cygming have not supported integrated-as yet.
-// REQUIRES: clang-driver
-//
 // Check to make sure clang is somewhat picky about -g options.
 // (Delived from debug-options.c)
 // rdar://10383444
index 4844335732d82e87ddb767c1f2c999606b828540..e73174e878f8e0fb7a0a279ea785684756cca8ca 100644 (file)
@@ -1,7 +1,4 @@
 // RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
 
-// gcc is invoked instead of clang-cc1as with gcc-driver -save-temps.
-// REQUIRES: clang-driver
-
 // CHECK: cc1as
 // CHECK: -mrelax-all
index 824d1b611753db81b4bce792a0e65bb854c6f438..c168f67b46c6334bbd06507fad304a9bab06c214 100644 (file)
@@ -1,7 +1,5 @@
 // RUN: %clang -### -c -integrated-as %s 2>&1 | FileCheck %s
 
-// REQUIRES: clang-driver
-
 // CHECK: cc1as
 // CHECK-NOT: -relax-all