summaryrefslogtreecommitdiffstats
path: root/test/Sema/types.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-30 06:18:40 +0000
committerChris Lattner <sabre@nondot.org>2009-04-30 06:18:40 +0000
commit4d150c84514dbf15975960a3ea46bdf6b7f16a5b (patch)
treee464a5a89e66b145cf392dd4bfce8a97f3e5e8f1 /test/Sema/types.c
parent9f246b6bca9f9070095abe6b9e3604df3a3adc67 (diff)
only support int128_t on 64-bit and larger targets. 32-bit targets don't
have support for __divti3 and friends. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/types.c')
-rw-r--r--test/Sema/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/types.c b/test/Sema/types.c
index d1e9fcc052..3ee76756ee 100644
--- a/test/Sema/types.c
+++ b/test/Sema/types.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -pedantic -verify
+// RUN: clang-cc %s -pedantic -verify -triple=x86_64-apple-darwin9
// rdar://6097662
typedef int (*T)[2];