[cfe-commits] r101797 - /cfe/trunk/test/CodeGenObjC/objc2-legacy-dispatch.m

Fariborz Jahanian fjahanian at apple.com
Mon Apr 19 11:27:05 PDT 2010


Author: fjahanian
Date: Mon Apr 19 13:27:05 2010
New Revision: 101797

URL: http://llvm.org/viewvc/llvm-project?rev=101797&view=rev
Log:
Make this test darwin10 specific.


Modified:
    cfe/trunk/test/CodeGenObjC/objc2-legacy-dispatch.m

Modified: cfe/trunk/test/CodeGenObjC/objc2-legacy-dispatch.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/objc2-legacy-dispatch.m?rev=101797&r1=101796&r2=101797&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/objc2-legacy-dispatch.m (original)
+++ cfe/trunk/test/CodeGenObjC/objc2-legacy-dispatch.m Mon Apr 19 13:27:05 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 cfe-commits mailing list