r224747 - Add a triple to try and get this test passing on the ARM bots.

Nico Weber nicolasweber at gmx.de
Mon Dec 22 17:07:10 PST 2014


Author: nico
Date: Mon Dec 22 19:07:10 2014
New Revision: 224747

URL: http://llvm.org/viewvc/llvm-project?rev=224747&view=rev
Log:
Add a triple to try and get this test passing on the ARM bots.

Modified:
    cfe/trunk/test/CodeGen/builtin-recursive.cpp

Modified: cfe/trunk/test/CodeGen/builtin-recursive.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtin-recursive.cpp?rev=224747&r1=224746&r2=224747&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/builtin-recursive.cpp (original)
+++ cfe/trunk/test/CodeGen/builtin-recursive.cpp Mon Dec 22 19:07:10 2014
@@ -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.
 





More information about the cfe-commits mailing list