diff options
| -rw-r--r-- | clang/test/CodeGenObjC/link-errors.m | 4 | ||||
| -rw-r--r-- | clang/test/SemaObjC/property-1.m | 2 |
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 { |

