[cfe-commits] r68179 - /cfe/trunk/test/CodeGenObjC/synthesize_ivar.m

Eli Friedman eli.friedman at gmail.com
Tue Mar 31 19:55:22 PDT 2009


Author: efriedma
Date: Tue Mar 31 21:55:21 2009
New Revision: 68179

URL: http://llvm.org/viewvc/llvm-project?rev=68179&view=rev
Log:
Fix test failure on Linux by forcing the triple to OS X.


Modified:
    cfe/trunk/test/CodeGenObjC/synthesize_ivar.m

Modified: cfe/trunk/test/CodeGenObjC/synthesize_ivar.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/synthesize_ivar.m?rev=68179&r1=68178&r2=68179&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/synthesize_ivar.m (original)
+++ cfe/trunk/test/CodeGenObjC/synthesize_ivar.m Tue Mar 31 21:55:21 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -arch x86_64 -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
 
 @interface I
 {





More information about the cfe-commits mailing list