From: Fariborz Jahanian Date: Tue, 13 Apr 2010 01:10:57 +0000 (+0000) Subject: Modify test to be darwin specific. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=984152f34b50aa9e00fa809d6e7662442bb8206d;p=clang Modify test to be darwin specific. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101109 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/objc-gc-aggr-assign.m b/test/CodeGenObjC/objc-gc-aggr-assign.m index e127242df2..7775e18731 100644 --- a/test/CodeGenObjC/objc-gc-aggr-assign.m +++ b/test/CodeGenObjC/objc-gc-aggr-assign.m @@ -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;