From: Rafael Espindola Date: Thu, 4 Jul 2013 14:36:22 +0000 (+0000) Subject: Use a clang -cc1 option instead of -m32 and remove tcl quotes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cf685e0a4b686da1f5cee2090ed62896f2b352c;p=clang Use a clang -cc1 option instead of -m32 and remove tcl quotes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185637 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2008-03-24-BitField-And-Alloca.c b/test/CodeGen/2008-03-24-BitField-And-Alloca.c index cb80d76e05..b0ccdec111 100644 --- a/test/CodeGen/2008-03-24-BitField-And-Alloca.c +++ b/test/CodeGen/2008-03-24-BitField-And-Alloca.c @@ -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,