]> granicus.if.org Git - clang/commitdiff
Force a triple.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 18 Sep 2009 08:46:07 +0000 (08:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 18 Sep 2009 08:46:07 +0000 (08:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82216 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/objc2-write-barrier-2.m

index e62f362f9dbb3187737bc38898f52b218def208a..7c9334e58656e237427273235ee21bc406a3e6fa 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 -fnext-runtime -fobjc-gc -fobjc-newgc-api -emit-llvm -o %t %s &&
 // RUN: grep -F '@objc_assign_global' %t  | count 7 &&
 // RUN: grep -F '@objc_assign_ivar' %t  | count 5 &&
 // RUN: grep -F '@objc_assign_strongCast' %t  | count 8 &&