From 8cf685e0a4b686da1f5cee2090ed62896f2b352c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Jul 2013 14:36:22 +0000 Subject: [PATCH] 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 --- test/CodeGen/2008-03-24-BitField-And-Alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0