From a23dcce1d04354a1fa4bd0a794e60ff74521db1b Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Mon, 9 Nov 2009 17:54:53 +0000 Subject: [PATCH] Add a triple to try to fix the buildbot error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86563 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/128bitint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sema/128bitint.c b/test/Sema/128bitint.c index b97238d05d..a068d81e49 100644 --- a/test/Sema/128bitint.c +++ b/test/Sema/128bitint.c @@ -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))); -- 2.50.1