Force arch for these test cases.

llvm-svn: 65252
This commit is contained in:
Daniel Dunbar 2009-02-21 23:45:41 +00:00
parent a9fecf3f9e
commit 9cbbd99c4b
2 changed files with 2 additions and 2 deletions

View 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>

View 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}}