forked from OSchip/llvm-project
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:
parent
540d582594
commit
422a3b4570
|
@ -1,4 +1,3 @@
|
|||
// REQUIRES: clang-driver
|
||||
// RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
|
||||
// RUN: | FileCheck %s
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue