]> granicus.if.org Git - clang/commitdiff
Remove duplicated -cc1 in tests
authorAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 18:06:52 +0000 (18:06 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 18:06:52 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196728 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/PR9741.cpp
test/CodeGenCXX/ctor-dtor-alias.cpp
test/CodeGenObjC/debug-info-lifetime-crash.m
test/CodeGenObjC/externally-initialized-selectors.m
test/CodeGenObjCXX/externally-initialized-selectors.mm
test/PCH/field-designator.c

index 2807c44ab7bc69a2349fee40e59841eff6613bfc..542bc2d958ee45b39583c5b9e1fcf95d054e880f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -cc1 -std=c++11 -Wuninitialized -verify %s
+// RUN: %clang_cc1 -std=c++11 -Wuninitialized -verify %s
 // expected-no-diagnostics
 
 void f() {
index 235d1650dec92df4067fdf2f9d20291fc29276c0..d96b1437651bcc8711fd8f9d1b32b3a964dfd21e 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 %s -triple x86_64-linux -emit-llvm -o - -mconstructor-aliases -O1 -disable-llvm-optzns | FileCheck %s
 // RUN: %clang_cc1 %s -triple x86_64-linux -emit-llvm -o - -mconstructor-aliases | FileCheck --check-prefix=NOOPT %s
 
-// RUN: %clang_cc1 -cc1 -triple x86_64--netbsd -emit-llvm \
+// RUN: %clang_cc1 -triple x86_64--netbsd -emit-llvm \
 // RUN: -mconstructor-aliases -O2 %s -o - | FileCheck --check-prefix=CHECK-RAUW %s
 
 namespace test1 {
index 90382010fb6d5cf06b1d89158108cda1ddfc7d30..81c7fbca1a8073743fa8495c7e1302a5af3f0d4c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -cc1 -triple arm-apple-ios -emit-llvm -g -fblocks -fobjc-runtime=ios-7.0.0 -fobjc-arc %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple arm-apple-ios -emit-llvm -g -fblocks -fobjc-runtime=ios-7.0.0 -fobjc-arc %s -o - | FileCheck %s
 // rdar://problem/14990656
 @protocol NSObject
 - (id)copy;
index 87a7c04cf718bf75360e43f0bf3242d4f64f000e..539dca43fc34f9b0ac17f746ffffc2714ff93cb2 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
-// RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -o - -emit-llvm %s | FileCheck %s
 
 // CHECK: @"\01L_OBJC_SELECTOR_REFERENCES_" = internal externally_initialized global
 
index 87a7c04cf718bf75360e43f0bf3242d4f64f000e..539dca43fc34f9b0ac17f746ffffc2714ff93cb2 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
-// RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -o - -emit-llvm %s | FileCheck %s
 
 // CHECK: @"\01L_OBJC_SELECTOR_REFERENCES_" = internal externally_initialized global
 
index 763cfdab28da23091526d95e94f6f82b7bb3c0a1..6f318fd3c82aa7e1143535fc11774cd3dc4ae66e 100644 (file)
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -cc1 %s -include %s
-// RUN: %clang_cc1 -cc1 %s -emit-pch -o %t.pch
-// RUN: %clang_cc1 -cc1 %s -include-pch %t.pch
+// RUN: %clang_cc1 %s -include %s
+// RUN: %clang_cc1 %s -emit-pch -o %t.pch
+// RUN: %clang_cc1 %s -include-pch %t.pch
 
 // rdar://12239321 Make sure we don't emit a bogus
 //     error: field designator 'e' does not refer to a non-static data member