diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2012-05-09 21:21:49 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2012-05-09 21:21:49 +0000 |
commit | 729e6a056c1e15e7904ebb699eb95a4d9dfd1f9f (patch) | |
tree | 2bda09592404388fa4ce2c9abac65d79412874b8 /clang/test/CodeGen/2008-04-08-NoExceptions.c | |
parent | 43a2fc7b9e0877d5aac408811bba7a1e74cb59e6 (diff) | |
download | bcm5719-llvm-729e6a056c1e15e7904ebb699eb95a4d9dfd1f9f.tar.gz bcm5719-llvm-729e6a056c1e15e7904ebb699eb95a4d9dfd1f9f.zip |
hopefully fix a bunch of ARM buildbot failures
llvm-svn: 156513
Diffstat (limited to 'clang/test/CodeGen/2008-04-08-NoExceptions.c')
-rw-r--r-- | clang/test/CodeGen/2008-04-08-NoExceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-04-08-NoExceptions.c b/clang/test/CodeGen/2008-04-08-NoExceptions.c index 6d5d20ff854..ab2781b58b9 100644 --- a/clang/test/CodeGen/2008-04-08-NoExceptions.c +++ b/clang/test/CodeGen/2008-04-08-NoExceptions.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s | FileCheck %s void f(void); void g(void) { |