]> granicus.if.org Git - clang/commitdiff
tests: Remove some stray and unused -cc1 flags. These tests appear to be written
authorDaniel Dunbar <daniel@zuster.org>
Sat, 5 Nov 2011 05:41:57 +0000 (05:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 5 Nov 2011 05:41:57 +0000 (05:41 +0000)
to go through the driver.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143791 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-member.cpp
test/CodeGenCXX/debug-info-method-spec.cpp
test/CodeGenCXX/debug-info-method.cpp

index 5052a6cafb79dc53b19392573964385cf625cd47..8c2e3ebded4b8b7d12b4c62a46fb13051e40d2e8 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_public
+// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
 class A {
 public:
   int x;
index 31f66633dc4c5999b90867b9d168122cff751bc2..2068c5ce4fad681ebd35030cab92ba43e89e847e 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_AT_specification
+// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_AT_specification
 // Radar 9254491
 class A {
 public:
index 5935727851552a53470a2351b2b8730bb90eb422..cb022bc52cd343970d3de627d572dec12c578446 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_protected
+// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_protected
 class A {
 protected:
   int foo();