[cfe-commits] r63688 - /cfe/trunk/test/CodeGenObjC/property-aggr-type.m
Daniel Dunbar
daniel at zuster.org
Tue Feb 3 16:03:15 PST 2009
Author: ddunbar
Date: Tue Feb 3 18:03:15 2009
New Revision: 63688
URL: http://llvm.org/viewvc/llvm-project?rev=63688&view=rev
Log:
Use -fnext-runtime for this test.
Modified:
cfe/trunk/test/CodeGenObjC/property-aggr-type.m
Modified: cfe/trunk/test/CodeGenObjC/property-aggr-type.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-aggr-type.m?rev=63688&r1=63687&r2=63688&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-aggr-type.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-aggr-type.m Tue Feb 3 18:03:15 2009
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
@interface Object
- (id) new;
More information about the cfe-commits
mailing list