]> granicus.if.org Git - clang/commitdiff
Add a triple to try to fix the buildbot error.
authorAnders Carlsson <andersca@mac.com>
Mon, 9 Nov 2009 17:54:53 +0000 (17:54 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 9 Nov 2009 17:54:53 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86563 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/128bitint.c

index b97238d05daeea4b70962b787d99b901768cbe56..a068d81e498190a42cea5730b85cb2b6e296680d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify -triple x86_64-apple-darwin9 %s
 typedef int i128 __attribute__((__mode__(TI)));
 typedef unsigned u128 __attribute__((__mode__(TI)));