clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit.

llvm-svn: 188788
This commit is contained in:
NAKAMURA Takumi 2013-08-20 12:16:35 +00:00
parent 540d582594
commit 422a3b4570
3 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
// REQUIRES: clang-driver
// RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
// RUN: | FileCheck %s

View 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

View 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