summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-12-02 16:34:01 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-12-02 16:34:01 +0000
commitfb5df7235a8e4192f07d942f2f0162f167f676f9 (patch)
tree1963e1a205510fdca3f683a29c5e8e68841a5d02 /clang/test/Sema
parent39bc53593d1c4b1cbf473a42af6cbd0293b2b9e0 (diff)
downloadbcm5719-llvm-fb5df7235a8e4192f07d942f2f0162f167f676f9.tar.gz
bcm5719-llvm-fb5df7235a8e4192f07d942f2f0162f167f676f9.zip
int-arith-convert.c makes assumptions about integer sizes, so force a specific architecture
llvm-svn: 60420
Diffstat (limited to 'clang/test/Sema')
-rw-r--r--clang/test/Sema/int-arith-convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/int-arith-convert.c b/clang/test/Sema/int-arith-convert.c
index 254c6c0591a..c2fad4bfe60 100644
--- a/clang/test/Sema/int-arith-convert.c
+++ b/clang/test/Sema/int-arith-convert.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -triple=i686-linux-gnu -fsyntax-only -verify %s
// Check types are the same through redeclaration
unsigned long x;
OpenPOWER on IntegriCloud