From a5695db67dca46c76f5ad617f7e33b23c806c96c 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. llvm-svn: 185637 --- clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c b/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c index cb80d76e0596..b0ccdec1116d 100644 --- a/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c +++ b/clang/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,