summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 10:04:38 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 10:04:38 +0000
commitcba26d4dc543bcd7b004fc36a7d26d0ea6f2864b (patch)
tree28b519635b791024dfe7e23a2756876e3dd6ee5a /clang/test
parent7e4ae04bedf6cc10e34befbc7b69f7efd9496367 (diff)
downloadbcm5719-llvm-cba26d4dc543bcd7b004fc36a7d26d0ea6f2864b.tar.gz
bcm5719-llvm-cba26d4dc543bcd7b004fc36a7d26d0ea6f2864b.zip
Add some -triples I was a little too liberal in removing.
llvm-svn: 89084
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGenObjC/ivar-layout-64.m2
-rw-r--r--clang/test/CodeGenObjC/objc2-write-barrier-3.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/ivar-layout-64.m b/clang/test/CodeGenObjC/ivar-layout-64.m
index f9ac6cd3000..19057531692 100644
--- a/clang/test/CodeGenObjC/ivar-layout-64.m
+++ b/clang/test/CodeGenObjC/ivar-layout-64.m
@@ -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
diff --git a/clang/test/CodeGenObjC/objc2-write-barrier-3.m b/clang/test/CodeGenObjC/objc2-write-barrier-3.m
index 63fa3a944e1..7058302f98a 100644
--- a/clang/test/CodeGenObjC/objc2-write-barrier-3.m
+++ b/clang/test/CodeGenObjC/objc2-write-barrier-3.m
@@ -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
OpenPOWER on IntegriCloud