diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-16 09:17:52 +0000 |
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-16 09:17:52 +0000 |
| commit | e76577a97d122b722f014d3480617c9d460aac7d (patch) | |
| tree | 9a1d0581153a8549c3375b353e74ffc95868ceeb /clang/test | |
| parent | 981f33b0b6c4bc94fb272c8ecd6458ea2fef509c (diff) | |
| download | bcm5719-llvm-e76577a97d122b722f014d3480617c9d460aac7d.tar.gz bcm5719-llvm-e76577a97d122b722f014d3480617c9d460aac7d.zip | |
add targe triple commandline option to fix test failure on Linux.
llvm-svn: 59412
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGenObjC/protocols-lazy.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocols-lazy.m b/clang/test/CodeGenObjC/protocols-lazy.m index f4e0bf70b65..f92d9c4667c 100644 --- a/clang/test/CodeGenObjC/protocols-lazy.m +++ b/clang/test/CodeGenObjC/protocols-lazy.m @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -o %t %s && +// RUN: clang -emit-llvm -triple=i686-apple-darwin8 -o %t %s && // RUNX: llvm-gcc -S -emit-llvm -o %t %s && // No object generated |

