diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-04-07 02:31:44 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-07 02:31:44 +0000 |
| commit | 5718a2b4a164c8993cec511cf0d262284b931af2 (patch) | |
| tree | 1725e56f02dc34fe3bafd4cd71c4b72aa0c32391 /clang/test/CodeGenObjC/try.m | |
| parent | 86d52c4c02b63cb40a7f310c035ff791aeaee9d7 (diff) | |
| download | bcm5719-llvm-5718a2b4a164c8993cec511cf0d262284b931af2.tar.gz bcm5719-llvm-5718a2b4a164c8993cec511cf0d262284b931af2.zip | |
Fix test (triple wasn't passed correctly, the driver doesn't accept
-mtriple).
llvm-svn: 68484
Diffstat (limited to 'clang/test/CodeGenObjC/try.m')
| -rw-r--r-- | clang/test/CodeGenObjC/try.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/try.m b/clang/test/CodeGenObjC/try.m index 4148697dd01..7701b23e081 100644 --- a/clang/test/CodeGenObjC/try.m +++ b/clang/test/CodeGenObjC/try.m @@ -1,5 +1,5 @@ -// RUN: clang %s -S -o - -mtriple=i686-apple-darwin9 && -// RUN: clang %s -S -o - -mtriple=x86_64-apple-darwin9 +// RUN: clang-cc %s -S -o - -triple=i686-apple-darwin9 && +// RUN: clang-cc %s -S -o - -triple=x86_64-apple-darwin9 // rdar://6757213 - Don't crash if the internal proto for // __objc_personality_v0 mismatches with an actual one. |

