diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-04-16 17:33:37 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-04-16 17:33:37 +0000 |
commit | 0a6bcc41e1839b5d29c1e39e7e324d13b51b7708 (patch) | |
tree | fd33aeea03aa819ec7bd376f8c4cea55f9dc65c1 | |
parent | 098a3df455346a4c2ee3e0372dbb8ca7ff230f04 (diff) |
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
-rw-r--r-- | test/CodeGenObjC/blocks-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |