Author: efriedma
Date: Thu Apr 16 12:33:37 2009
New Revision: 69297

URL: http://llvm.org/viewvc/llvm-project?rev=69297&view=rev
Log:
Force target triple for test depending on __weak.


Modified:
    cfe/trunk/test/CodeGenObjC/blocks-1.m

Modified: cfe/trunk/test/CodeGenObjC/blocks-1.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/blocks-1.m?rev=69297&r1=69296&r2=69297&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/blocks-1.m (original)
+++ cfe/trunk/test/CodeGenObjC/blocks-1.m Thu Apr 16 12:33:37 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm -o %t -fobjc-gc -fblocks &&
+// RUN: clang-cc %s -emit-llvm -o %t -fobjc-gc -fblocks -triple 
i386-apple-darwin10 &&
 // RUN: grep "_Block_object_dispose" %t | count 4 &&
 // RUN: grep "__copy_helper_block_" %t | count 2 &&
 // RUN: grep "__destroy_helper_block_" %t | count 2 &&


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to