diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-04-10 21:23:20 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-10 21:23:20 +0000 |
| commit | 670af594d8a0cee8a95bb892dae4835b0bcec58a (patch) | |
| tree | d243efba13951ed8381ecfa52d8b912b40b92b4d /clang/test/CodeGenObjC/synchronized.m | |
| parent | 5ec5a30901232ccce92b1acad4fd7542665588bb (diff) | |
| download | bcm5719-llvm-670af594d8a0cee8a95bb892dae4835b0bcec58a.tar.gz bcm5719-llvm-670af594d8a0cee8a95bb892dae4835b0bcec58a.zip | |
Force triple for a number of tests that rely on __weak.
llvm-svn: 68826
Diffstat (limited to 'clang/test/CodeGenObjC/synchronized.m')
| -rw-r--r-- | clang/test/CodeGenObjC/synchronized.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/synchronized.m b/clang/test/CodeGenObjC/synchronized.m index 5c1d3979d39..287f89e6c42 100644 --- a/clang/test/CodeGenObjC/synchronized.m +++ b/clang/test/CodeGenObjC/synchronized.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin8 -o %t %s -O2 && +// RUN: clang-cc -emit-llvm -triple=i686-apple-darwin9 -o %t %s -O2 && // RUN: grep 'ret i32' %t | count 1 && // RUN: grep 'ret i32 1' %t | count 1 |

