[cfe-commits] r82519 - /cfe/trunk/test/CodeGenObjC/PR4894-recursive-debug-crash.m
Daniel Dunbar
daniel at zuster.org
Mon Sep 21 20:50:42 PDT 2009
Author: ddunbar
Date: Mon Sep 21 22:50:39 2009
New Revision: 82519
URL: http://llvm.org/viewvc/llvm-project?rev=82519&view=rev
Log:
Force triple in test.
Modified:
cfe/trunk/test/CodeGenObjC/PR4894-recursive-debug-crash.m
Modified: cfe/trunk/test/CodeGenObjC/PR4894-recursive-debug-crash.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/PR4894-recursive-debug-crash.m?rev=82519&r1=82518&r2=82519&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/PR4894-recursive-debug-crash.m (original)
+++ cfe/trunk/test/CodeGenObjC/PR4894-recursive-debug-crash.m Mon Sep 21 22:50:39 2009
@@ -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
More information about the cfe-commits
mailing list