Use a clang -cc1 option instead of -m32 and remove tcl quotes.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:36:22 +0000 (14:36 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:36:22 +0000 (14:36 +0000)
llvm-svn: 185637

clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c

index cb80d76..b0ccdec 100644 (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,