]> granicus.if.org Git - clang/commitdiff
Force Obj-C runtime version for this test
authorDaniel Dunbar <daniel@zuster.org>
Sat, 13 Jun 2009 19:40:25 +0000 (19:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 13 Jun 2009 19:40:25 +0000 (19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73300 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property-complex.m

index 0cf520e32284477bcae697fe3e6e3c1b0414f38e..2675358fe51a39e340d9221987c6151b73bf344b 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -S -o - %s &&
-// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s
+// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s &&
+// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s
 
 #include <stdio.h>