summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2010-04-19 18:27:05 +0000
committerFariborz Jahanian <fjahanian@apple.com>2010-04-19 18:27:05 +0000
commitcf3309165976a3148ebe7ef7af098fe37f9d779a (patch)
tree433efff9be2e83d37c23892b6009a048655a28b9
parentca6638f95042240667d934dc2276d6567a29b3af (diff)
downloadbcm5719-llvm-cf3309165976a3148ebe7ef7af098fe37f9d779a.tar.gz
bcm5719-llvm-cf3309165976a3148ebe7ef7af098fe37f9d779a.zip
Make this test darwin10 specific.
llvm-svn: 101797
-rw-r--r--clang/test/CodeGenObjC/objc2-legacy-dispatch.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-legacy-dispatch.m b/clang/test/CodeGenObjC/objc2-legacy-dispatch.m
index 4c37573ad56..9f9a6aa9fea 100644
--- a/clang/test/CodeGenObjC/objc2-legacy-dispatch.m
+++ b/clang/test/CodeGenObjC/objc2-legacy-dispatch.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck -check-prefix=CHECK_NEW_DISPATCH %s
+// RUN: %clang_cc1 -fobjc-nonfragile-abi -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK_NEW_DISPATCH %s
//
// CHECK_NEW_DISPATCH: define void @f0
// CHECK_NEW_DISPATCH: bitcast {{.*}}objc_msgSend_fixup_alloc
OpenPOWER on IntegriCloud