From 4f477fbe5732ca6d5381dcf1cddb3994913f9e48 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 23 Dec 2014 01:07:10 +0000 Subject: [PATCH] Add a triple to try and get this test passing on the ARM bots. llvm-svn: 224747 --- clang/test/CodeGen/builtin-recursive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/builtin-recursive.cpp b/clang/test/CodeGen/builtin-recursive.cpp index 67d8a44..7553a6e 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. -- 2.7.4