[cfe-commits] r73300 - /cfe/trunk/test/CodeGenObjC/property-complex.m

Daniel Dunbar daniel at zuster.org
Sat Jun 13 12:40:25 PDT 2009


Author: ddunbar
Date: Sat Jun 13 14:40:25 2009
New Revision: 73300

URL: http://llvm.org/viewvc/llvm-project?rev=73300&view=rev
Log:
Force Obj-C runtime version for this test

Modified:
    cfe/trunk/test/CodeGenObjC/property-complex.m

Modified: cfe/trunk/test/CodeGenObjC/property-complex.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-complex.m?rev=73300&r1=73299&r2=73300&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-complex.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-complex.m Sat Jun 13 14:40:25 2009
@@ -1,5 +1,5 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -S -o - %s &&
-// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s
+// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s &&
+// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s
 
 #include <stdio.h>
 





More information about the cfe-commits mailing list