commit | 8d7d6e9a486ad69532f9b50e75109d6ed61b0ad6 | [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 | bb1f080c5cdc6a4d0e56b1e09445e761323a7e30 | |
parent | 643887ab8de731c7096f48816f19a18017d05924 [diff] [blame] |
Force arch for these test cases. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65252 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/const-init.c b/test/CodeGen/const-init.c index 128bbb5..a709cef 100644 --- a/test/CodeGen/const-init.c +++ b/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>