Use a clang -cc1 option instead of -m32 and remove tcl quotes.

llvm-svn: 185637
This commit is contained in:
Rafael Espindola 2013-07-04 14:36:22 +00:00
parent 1011024e37
commit a5695db67d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// 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 {
PP_C,