diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-12-23 01:07:10 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-12-23 01:07:10 +0000 |
commit | 4f477fbe5732ca6d5381dcf1cddb3994913f9e48 (patch) | |
tree | cdd0d0f2ec39d8b4a259a98dbe17b7d19e2a37f8 | |
parent | 1bd0f3530ec14748b45639c1bf6dc0213bde8111 (diff) | |
download | bcm5719-llvm-4f477fbe5732ca6d5381dcf1cddb3994913f9e48.tar.gz bcm5719-llvm-4f477fbe5732ca6d5381dcf1cddb3994913f9e48.zip |
Add a triple to try and get this test passing on the ARM bots.
llvm-svn: 224747
-rw-r--r-- | clang/test/CodeGen/builtin-recursive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/builtin-recursive.cpp b/clang/test/CodeGen/builtin-recursive.cpp index 67d8a44c907..7553a6e48f5 100644 --- a/clang/test/CodeGen/builtin-recursive.cpp +++ b/clang/test/CodeGen/builtin-recursive.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -nostdsysteminc -nobuiltininc -isystem %S/Inputs -emit-llvm-only %s +// RUN: %clang_cc1 -triple x86_64-unknown-unknown -nostdsysteminc -nobuiltininc -isystem %S/Inputs -emit-llvm-only %s // This used to cause a read past the end of a global variable. |