From: Anders Carlsson Date: Mon, 9 Nov 2009 17:54:53 +0000 (+0000) Subject: Add a triple to try to fix the buildbot error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a23dcce1d04354a1fa4bd0a794e60ff74521db1b;p=clang 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 --- 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)));