[cfe-commits] r69297 - /cfe/trunk/test/CodeGenObjC/blocks-1.m
Eli Friedman
eli.friedman at gmail.com
Thu Apr 16 10:33:37 PDT 2009
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 &&
More information about the cfe-commits
mailing list