]> granicus.if.org Git - clang/commitdiff
Modify test to be darwin specific.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 13 Apr 2010 01:10:57 +0000 (01:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 13 Apr 2010 01:10:57 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101109 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/objc-gc-aggr-assign.m

index e127242df257865bdeddfa525190f60a16a79c8c..7775e18731a970ccfd8b49859f42e4691a7ec29c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s
 // RUN: grep objc_memmove_collectable %t | grep call | count 3
 
 static int count;