[cfe-commits] r59412 - /cfe/trunk/test/CodeGenObjC/protocols-lazy.m
Zhongxing Xu
xuzhongxing at gmail.com
Sun Nov 16 01:17:55 PST 2008
Author: zhongxingxu
Date: Sun Nov 16 03:17:52 2008
New Revision: 59412
URL: http://llvm.org/viewvc/llvm-project?rev=59412&view=rev
Log:
add targe triple commandline option to fix test failure on Linux.
Modified:
cfe/trunk/test/CodeGenObjC/protocols-lazy.m
Modified: cfe/trunk/test/CodeGenObjC/protocols-lazy.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/protocols-lazy.m?rev=59412&r1=59411&r2=59412&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/protocols-lazy.m (original)
+++ cfe/trunk/test/CodeGenObjC/protocols-lazy.m Sun Nov 16 03:17:52 2008
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s &&
+// RUN: clang -emit-llvm -triple=i686-apple-darwin8 -o %t %s &&
// RUNX: llvm-gcc -S -emit-llvm -o %t %s &&
// No object generated
More information about the cfe-commits
mailing list