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

NAKAMURA Takumi geek4civic at gmail.com
Tue Aug 20 05:16:35 PDT 2013


Author: chapuni
Date: Tue Aug 20 07:16:35 2013
New Revision: 188788

URL: http://llvm.org/viewvc/llvm-project?rev=188788&view=rev
Log:
clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit.

Modified:
    cfe/trunk/test/Driver/debug-main-file.S
    cfe/trunk/test/Driver/objc_default_synth.m
    cfe/trunk/test/Driver/target-as.s

Modified: cfe/trunk/test/Driver/debug-main-file.S
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/debug-main-file.S?rev=188788&r1=188787&r2=188788&view=diff
==============================================================================
--- cfe/trunk/test/Driver/debug-main-file.S (original)
+++ cfe/trunk/test/Driver/debug-main-file.S Tue Aug 20 07:16:35 2013
@@ -1,4 +1,3 @@
-// REQUIRES: clang-driver
 // RUN: %clang -### -c -save-temps -integrated-as -g %s 2>&1 \
 // RUN:   | FileCheck %s
 

Modified: cfe/trunk/test/Driver/objc_default_synth.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/objc_default_synth.m?rev=188788&r1=188787&r2=188788&view=diff
==============================================================================
--- cfe/trunk/test/Driver/objc_default_synth.m (original)
+++ cfe/trunk/test/Driver/objc_default_synth.m Tue Aug 20 07:16:35 2013
@@ -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

Modified: cfe/trunk/test/Driver/target-as.s
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/target-as.s?rev=188788&r1=188787&r2=188788&view=diff
==============================================================================
--- cfe/trunk/test/Driver/target-as.s (original)
+++ cfe/trunk/test/Driver/target-as.s Tue Aug 20 07:16:35 2013
@@ -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





More information about the cfe-commits mailing list