tests: Remove some stray and unused -cc1 flags. These tests appear to be written

to go through the driver.

llvm-svn: 143791
This commit is contained in:
Daniel Dunbar 2011-11-05 05:41:57 +00:00
parent 04994959a3
commit b3675dd660
3 changed files with 3 additions and 3 deletions

View 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;

View 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:

View 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();