]> granicus.if.org Git - clang/commitdiff
clang/test/Driver: Remove the feature "clang-driver" in three tests since they might...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Aug 2013 12:16:35 +0000 (12:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Aug 2013 12:16:35 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188788 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/debug-main-file.S
test/Driver/objc_default_synth.m
test/Driver/target-as.s

index 8c154a32df1705459ef1ca4bed72fababcbf022b..9127df09f3f3b9f02e1f06a4b6bfb170b3da9fe3 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: clang-driver
 // RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
 // RUN:   | FileCheck %s
 
index a8c7f7e546dbd19eee476e3163478ce671372c14..ed1fca05ec54f985527e31557a491e336f3f3b26 100644 (file)
@@ -2,5 +2,4 @@
 // RUN: %clang -### -target armv7-unknown-freebsd %s 2>&1 | FileCheck %s
 // RUN: %clang -### -target armv7-apple-ios %s 2>&1 | FileCheck %s
 // RUN: %clang -### -target i686-apple-macosx %s 2>&1 | FileCheck %s
-// REQUIRES: clang-driver
 // CHECK: -fobjc-default-synthesize
index adb3d10f14ea7c1174b56704162e362bca032b64..4881a330b56aa1a52854f4aef4c0baca7104b93a 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: clang-driver
-
 // Make sure the -march is passed down to cc1as.
 // RUN: %clang -target i386-unknown-freebsd -### -c -integrated-as %s \
 // RUN: -march=geode 2>&1 | FileCheck -check-prefix=TARGET %s