Force target triple for test depending on __weak.

llvm-svn: 69297
This commit is contained in:
Eli Friedman 2009-04-16 17:33:37 +00:00
parent 8b6ebb1112
commit 027aa3cb0e
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&