Skip to content
Snippets Groups Projects
Commit db7ec04f authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Force triple, although probably the real fix is to tie __strong to -fobjc-gc.

llvm-svn: 82101
parent c7012fa1
No related branches found
No related tags found
No related merge requests found
// 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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment