summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-17 00:28:00 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-17 00:28:00 +0000
commitdb7ec04fed05dbc3eaa243cdb7ea222d8b6581a9 (patch)
treecffeb5a03c043d06c017e13c37ae928b2bda4a9b /clang/test/CodeGenObjC
parentc7012fa1e872bf305f9a8d3a15acdefa9b330eba (diff)
downloadbcm5719-llvm-db7ec04fed05dbc3eaa243cdb7ea222d8b6581a9.tar.gz
bcm5719-llvm-db7ec04fed05dbc3eaa243cdb7ea222d8b6581a9.zip
Force triple, although probably the real fix is to tie __strong to -fobjc-gc.
llvm-svn: 82101
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/objc-assign-ivar.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/objc-assign-ivar.m b/clang/test/CodeGenObjC/objc-assign-ivar.m
index 002b5c156ee..0e8478b4457 100644
--- a/clang/test/CodeGenObjC/objc-assign-ivar.m
+++ b/clang/test/CodeGenObjC/objc-assign-ivar.m
@@ -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
}
-
OpenPOWER on IntegriCloud