From: Daniel Dunbar Date: Tue, 22 Sep 2009 03:50:39 +0000 (+0000) Subject: Force triple in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=718bb483a4bd39f08a1ab45db624c6089919b57d;p=clang Force triple in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82519 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/PR4894-recursive-debug-crash.m b/test/CodeGenObjC/PR4894-recursive-debug-crash.m index 097d1344f2..a57a686b84 100644 --- a/test/CodeGenObjC/PR4894-recursive-debug-crash.m +++ b/test/CodeGenObjC/PR4894-recursive-debug-crash.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -g -emit-llvm %s -o - | FileCheck %s +// RUN: clang-cc -triple i386-apple-darwin9 -g -emit-llvm %s -o - | FileCheck %s // PR4894 // // This test is actually just making sure we can generate the debug info for the