[llvm-branch-commits] [cfe-branch] r102252 - /cfe/branches/Apple/williamson/test/CodeGenObjC/objc2-legacy-dispatch.m
Daniel Dunbar
daniel at zuster.org
Sat Apr 24 10:48:19 PDT 2010
Author: ddunbar
Date: Sat Apr 24 12:48:19 2010
New Revision: 102252
URL: http://llvm.org/viewvc/llvm-project?rev=102252&view=rev
Log:
Make this test darwin10 specific.
Modified:
cfe/branches/Apple/williamson/test/CodeGenObjC/objc2-legacy-dispatch.m
Modified: cfe/branches/Apple/williamson/test/CodeGenObjC/objc2-legacy-dispatch.m
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson/test/CodeGenObjC/objc2-legacy-dispatch.m?rev=102252&r1=102251&r2=102252&view=diff
==============================================================================
--- cfe/branches/Apple/williamson/test/CodeGenObjC/objc2-legacy-dispatch.m (original)
+++ cfe/branches/Apple/williamson/test/CodeGenObjC/objc2-legacy-dispatch.m Sat Apr 24 12:48:19 2010
@@ -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
More information about the llvm-branch-commits
mailing list