From: Daniel Dunbar Date: Fri, 13 Mar 2009 22:48:51 +0000 (+0000) Subject: Force triple for a couple test cases. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d794b20b9b00f0f19c1d8af8a4c6ef1372a4d17;p=clang Force triple for a couple test cases. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66974 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/link-errors.m b/test/CodeGenObjC/link-errors.m index 8e0a0ecde9..c25fe675ce 100644 --- a/test/CodeGenObjC/link-errors.m +++ b/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/test/SemaObjC/property-1.m b/test/SemaObjC/property-1.m index 24c036b55f..64e26059df 100644 --- a/test/SemaObjC/property-1.m +++ b/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 {