]> granicus.if.org Git - clang/commitdiff
Force triple, although probably the real fix is to tie __strong to -fobjc-gc.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 17 Sep 2009 00:28:00 +0000 (00:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 17 Sep 2009 00:28:00 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82101 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/objc-assign-ivar.m

index 002b5c156eecf2963052effc29a88268e9b87536..0e8478b44571ef79b41e6032f3397e54b9f809d5 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fnext-runtime -fobjc-gc -fobjc-newgc-api -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-gc -fobjc-newgc-api -emit-llvm -o %t %s &&
 // RUN: grep -F '@objc_assign_ivar' %t  | count 14 &&
 // RUN: true
 
@@ -51,4 +51,3 @@ void testIvars() {
   foo->idx[++counter] = 15;
   ASSIGNTEST(foo->obj[foo->idx[2]], IvarAssigns);       // objc_assign_ivar
 }
-