]> granicus.if.org Git - clang/commitdiff
Add a triple to try and get this test passing on the ARM bots.
authorNico Weber <nicolasweber@gmx.de>
Tue, 23 Dec 2014 01:07:10 +0000 (01:07 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 23 Dec 2014 01:07:10 +0000 (01:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224747 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/builtin-recursive.cpp

index 67d8a44c907a1edf1df61d9ecb4538bc50192351..7553a6e48f5326fb57765408e6832072a2a67797 100644 (file)
@@ -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.