commit | 9cbbd99c4b773fff6082000e1ab567e7381837cc | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Feb 21 23:45:41 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Feb 21 23:45:41 2009 +0000 |
tree | 127a4e8aa1d16872119b5552e681ae608d133d76 | |
parent | a9fecf3f9eff108b719280d04c99151f90367b71 [diff] [blame] |
Force arch for these test cases. llvm-svn: 65252
diff --git a/clang/test/CodeGen/const-init.c b/clang/test/CodeGen/const-init.c index 128bbb5..a709cef 100644 --- a/clang/test/CodeGen/const-init.c +++ b/clang/test/CodeGen/const-init.c
@@ -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>