summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-04 00:03:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-04 00:03:15 +0000
commiteb39504426ce9d8282dc6814bd95c9fbcae7da40 (patch)
tree4279c25dc5e1aa9e20dfa7221583a164fa636fcc
parentf10e287c65894d2bac0b19a99f8e9f0856a00eb0 (diff)
downloadbcm5719-llvm-eb39504426ce9d8282dc6814bd95c9fbcae7da40.tar.gz
bcm5719-llvm-eb39504426ce9d8282dc6814bd95c9fbcae7da40.zip
Use -fnext-runtime for this test.
llvm-svn: 63688
-rw-r--r--clang/test/CodeGenObjC/property-aggr-type.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-aggr-type.m b/clang/test/CodeGenObjC/property-aggr-type.m
index dd2ef1faacb..486cfa0b704 100644
--- a/clang/test/CodeGenObjC/property-aggr-type.m
+++ b/clang/test/CodeGenObjC/property-aggr-type.m
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
@interface Object
- (id) new;
OpenPOWER on IntegriCloud