diff options
author | Anders Carlsson <andersca@mac.com> | 2009-11-09 17:54:53 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-11-09 17:54:53 +0000 |
commit | a23dcce1d04354a1fa4bd0a794e60ff74521db1b (patch) | |
tree | 391a27aa2d64152740c11ff648a7ed9c10e71023 | |
parent | ef0cef6cec8de5fc60e469a93436eed7212e0dc2 (diff) |
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
-rw-r--r-- | test/Sema/128bitint.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))); |