summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-13 22:48:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-13 22:48:51 +0000
commit94d48e0bd07f19df239d11627ad3c867be2c9503 (patch)
tree3630d49f39d82391c263e1d2c701a5f682c1a35a
parentc890aa2802b4beccc5dec68143b8ac448a942c30 (diff)
downloadbcm5719-llvm-94d48e0bd07f19df239d11627ad3c867be2c9503.tar.gz
bcm5719-llvm-94d48e0bd07f19df239d11627ad3c867be2c9503.zip
Force triple for a couple test cases.
llvm-svn: 66974
-rw-r--r--clang/test/CodeGenObjC/link-errors.m4
-rw-r--r--clang/test/SemaObjC/property-1.m2
2 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenObjC/link-errors.m b/clang/test/CodeGenObjC/link-errors.m
index 8e0a0ecde94..c25fe675ce5 100644
--- a/clang/test/CodeGenObjC/link-errors.m
+++ b/clang/test/CodeGenObjC/link-errors.m
@@ -1,8 +1,8 @@
-// RUN: clang -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
// RUN: grep '.lazy_reference .objc_class_name_A' %t | count 1 &&
// RUN: grep '.lazy_reference .objc_class_name_Unknown' %t | count 1 &&
// RUN: grep '.lazy_reference .objc_class_name_Protocol' %t | count 1 &&
-// RUN: clang -DWITH_IMPL -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang -triple i386-apple-darwin9 -DWITH_IMPL -fnext-runtime -emit-llvm -o %t %s &&
// RUN: grep '.lazy_reference .objc_class_name_Root' %t | count 1
@interface Root
diff --git a/clang/test/SemaObjC/property-1.m b/clang/test/SemaObjC/property-1.m
index 24c036b55fe..64e26059dfe 100644
--- a/clang/test/SemaObjC/property-1.m
+++ b/clang/test/SemaObjC/property-1.m
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -triple i386-apple-darwin9 -fsyntax-only -verify %s
@interface I
{
OpenPOWER on IntegriCloud