From: Douglas Gregor Date: Sat, 17 Jan 2009 00:53:59 +0000 (+0000) Subject: Add -fnext-runtime to Objective-C properties testcase X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dfea40c7322477633e2ca3ead7f97cfe8400669;p=clang Add -fnext-runtime to Objective-C properties testcase git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62390 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/property-agrr-getter.m b/test/CodeGenObjC/property-agrr-getter.m index 903dcc7e97..518250eaa6 100644 --- a/test/CodeGenObjC/property-agrr-getter.m +++ b/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;