]> granicus.if.org Git - clang/commitdiff
Force triple for a couple test cases.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 22:48:51 +0000 (22:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Mar 2009 22:48:51 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66974 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/link-errors.m
test/SemaObjC/property-1.m

index 8e0a0ecde9456e1b562241462f7932fea874265e..c25fe675ce5f4138e3b940797f393b8dc4c706e2 100644 (file)
@@ -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
index 24c036b55fe1cb4ebd750c73197390383893d2a0..64e26059dfe19267b794398fb998966e34084f41 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -triple i386-apple-darwin9 -fsyntax-only -verify %s
 
 @interface I 
 {