From 584ddc6ce5f3fc7e9da53b2463e8747e3cfdfa3f 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224747 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/builtin-recursive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/builtin-recursive.cpp b/test/CodeGen/builtin-recursive.cpp index 67d8a44c90..7553a6e48f 100644 --- a/test/CodeGen/builtin-recursive.cpp +++ b/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.40.0