From: Nico Weber Date: Tue, 23 Dec 2014 01:07:10 +0000 (+0000) Subject: Add a triple to try and get this test passing on the ARM bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=584ddc6ce5f3fc7e9da53b2463e8747e3cfdfa3f;p=clang 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 --- 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.