forked from OSchip/llvm-project
Force target triple for test depending on __weak.
llvm-svn: 69297
This commit is contained in:
parent
8b6ebb1112
commit
027aa3cb0e
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue