]> granicus.if.org Git - clang/commitdiff
Force arch for these test cases.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 21 Feb 2009 23:45:41 +0000 (23:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 21 Feb 2009 23:45:41 +0000 (23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65252 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/const-init.c
test/Sema/static-init.c

index 128bbb54f337199716c0c87cdc0cded6dae272f5..a709cef218af702476a749be6788736e863fea0c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -verify -emit-llvm -o %t %s &&
+// RUN: clang -arch i386 -verify -emit-llvm -o %t %s &&
 
 #include <stdint.h>
 
index b3c8d0f9f1819cd67106dbc53b016f2c58ce765f..f7648a6d358ffec472282717639816c78fd49018 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -arch i386 -fsyntax-only -verify %s
 static int f = 10;
 static int b = f; // expected-error {{initializer element is not a compile-time constant}}