r185637 - Use a clang -cc1 option instead of -m32 and remove tcl quotes.
Rafael Espindola
rafael.espindola at gmail.com
Thu Jul 4 07:36:22 PDT 2013
Author: rafael
Date: Thu Jul 4 09:36:22 2013
New Revision: 185637
URL: http://llvm.org/viewvc/llvm-project?rev=185637&view=rev
Log:
Use a clang -cc1 option instead of -m32 and remove tcl quotes.
Modified:
cfe/trunk/test/CodeGen/2008-03-24-BitField-And-Alloca.c
Modified: cfe/trunk/test/CodeGen/2008-03-24-BitField-And-Alloca.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2008-03-24-BitField-And-Alloca.c?rev=185637&r1=185636&r2=185637&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2008-03-24-BitField-And-Alloca.c (original)
+++ cfe/trunk/test/CodeGen/2008-03-24-BitField-And-Alloca.c Thu Jul 4 09:36:22 2013
@@ -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,
More information about the cfe-commits
mailing list