summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-01-17 00:53:59 +0000
committerDouglas Gregor <dgregor@apple.com>2009-01-17 00:53:59 +0000
commit088ea012cd182a8ffe11c9aa1eea3a5edd1fe306 (patch)
treea2a02a5ddc85981ef61616a62f86f4563694b150 /clang/test/CodeGenObjC
parentee5a4a8cceda92e14409c64aa24314ca21c3cb8f (diff)
downloadbcm5719-llvm-088ea012cd182a8ffe11c9aa1eea3a5edd1fe306.tar.gz
bcm5719-llvm-088ea012cd182a8ffe11c9aa1eea3a5edd1fe306.zip
Add -fnext-runtime to Objective-C properties testcase
llvm-svn: 62390
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/property-agrr-getter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-agrr-getter.m b/clang/test/CodeGenObjC/property-agrr-getter.m
index 903dcc7e970..518250eaa60 100644
--- a/clang/test/CodeGenObjC/property-agrr-getter.m
+++ b/clang/test/CodeGenObjC/property-agrr-getter.m
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
typedef struct {
unsigned f0;
OpenPOWER on IntegriCloud