From 0a6bcc41e1839b5d29c1e39e7e324d13b51b7708 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 16 Apr 2009 17:33:37 +0000 Subject: [PATCH] Force target triple for test depending on __weak. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69297 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/blocks-1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/blocks-1.m b/test/CodeGenObjC/blocks-1.m index 38598b1b42..e343a58ee5 100644 --- a/test/CodeGenObjC/blocks-1.m +++ b/test/CodeGenObjC/blocks-1.m @@ -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 && -- 2.50.1