]> granicus.if.org Git - clang/commitdiff
Add some -triples I was a little too liberal in removing.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 10:04:38 +0000 (10:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 17 Nov 2009 10:04:38 +0000 (10:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89084 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/ivar-layout-64.m
test/CodeGenObjC/objc2-write-barrier-3.m

index f9ac6cd30003bd1e3626fb16e0ee6f060d3c86d1..19057531692887b15d0af1d12a60c36dc0cd85bb 100644 (file)
@@ -1,5 +1,5 @@
 // RUNX: llvm-gcc -m64 -fobjc-gc -emit-llvm -S -o %t %s &&
-// RUN: clang-cc -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"A\\00"' %t
 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"\\11q\\10\\00"' %t
 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"!q\\00"' %t
index 63fa3a944e1cc7c5a3ded8b39711ae1234ba9e77..7058302f98a8b6d4ee73cce9ea81319b67348191 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fobjc-nonfragile-abi -fblocks -fobjc-gc -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fblocks -fobjc-gc -emit-llvm -o %t %s
 // RUN: grep objc_assign_ivar %t | count 3
 // RUN: grep objc_assign_strongCast %t | count 6