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 | 027aa3cb0e5654ca926b3a63d6b2b6a17769c681 (patch) | |
| tree | 40115b74ce02a3da56cab15451ce966e2afc8958 | |
| parent | 8b6ebb111200965e74ffc3163faf440d7b7d5e7a (diff) | |
| download | bcm5719-llvm-027aa3cb0e5654ca926b3a63d6b2b6a17769c681.tar.gz bcm5719-llvm-027aa3cb0e5654ca926b3a63d6b2b6a17769c681.zip | |
Force target triple for test depending on __weak.
llvm-svn: 69297
| -rw-r--r-- | clang/test/CodeGenObjC/blocks-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/blocks-1.m b/clang/test/CodeGenObjC/blocks-1.m index 38598b1b421..e343a58ee51 100644 --- a/clang/test/CodeGenObjC/blocks-1.m +++ b/clang/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 && |

