[cfe-commits] r62390 - /cfe/trunk/test/CodeGenObjC/property-agrr-getter.m
Douglas Gregor
dgregor at apple.com
Fri Jan 16 16:53:59 PST 2009
Author: dgregor
Date: Fri Jan 16 18:53:59 2009
New Revision: 62390
URL: http://llvm.org/viewvc/llvm-project?rev=62390&view=rev
Log:
Add -fnext-runtime to Objective-C properties testcase
Modified:
cfe/trunk/test/CodeGenObjC/property-agrr-getter.m
Modified: cfe/trunk/test/CodeGenObjC/property-agrr-getter.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-agrr-getter.m?rev=62390&r1=62389&r2=62390&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-agrr-getter.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-agrr-getter.m Fri Jan 16 18:53:59 2009
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
typedef struct {
unsigned f0;
More information about the cfe-commits
mailing list