forked from OSchip/llvm-project
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:
parent
04994959a3
commit
b3675dd660
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue