From: NAKAMURA Takumi Date: Tue, 20 Aug 2013 12:16:42 +0000 (+0000) Subject: clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=441bf6cc78c2942c6220f5c310dd095331d2b9e6;p=clang clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188789 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/debug-options-as.c b/test/Driver/debug-options-as.c index 0b639b2959..74a544c1c4 100644 --- a/test/Driver/debug-options-as.c +++ b/test/Driver/debug-options-as.c @@ -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 diff --git a/test/Driver/integrated-as.c b/test/Driver/integrated-as.c index 4844335732..e73174e878 100644 --- a/test/Driver/integrated-as.c +++ b/test/Driver/integrated-as.c @@ -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 diff --git a/test/Driver/integrated-as.s b/test/Driver/integrated-as.s index 824d1b6117..c168f67b46 100644 --- a/test/Driver/integrated-as.s +++ b/test/Driver/integrated-as.s @@ -1,7 +1,5 @@ // RUN: %clang -### -c -integrated-as %s 2>&1 | FileCheck %s -// REQUIRES: clang-driver - // CHECK: cc1as // CHECK-NOT: -relax-all