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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to