forked from OSchip/llvm-project
Use a clang -cc1 option instead of -m32 and remove tcl quotes.
llvm-svn: 185637
This commit is contained in:
parent
1011024e37
commit
a5695db67d
|
@ -1,5 +1,5 @@
|
||||||
// RUN: %clang_cc1 -O2 -emit-llvm %s -o - | not grep alloca
|
// RUN: %clang_cc1 -O2 -emit-llvm %s -o - | not grep alloca
|
||||||
// RUN: %clang_cc1 -m32 -O2 -emit-llvm %s -o - | not grep {store }
|
// RUN: %clang_cc1 -triple i686-pc-linux-gnu -O2 -emit-llvm %s -o - | not grep store
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PP_C,
|
PP_C,
|
||||||
|
|
Loading…
Reference in New Issue