]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185637 91177308-0d34-0410-b5e6-96231b3b80d8

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

index cb80d76e059650099d5dd09874cf8f8740436d1b..b0ccdec1116df5dcd69333bb212cdadaeeec5f8c 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,