commit | 066b9eb97def25fad0b0083874cf85238a6a1f82 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Sun Nov 16 09:17:52 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Sun Nov 16 09:17:52 2008 +0000 |
tree | c39b0d74489aa506e4a11a30e4b5bf3cc0792dd9 | |
parent | 64c34f1c6f613eef02a7b488f8edadbe7a8650a8 [diff] [blame] |
add targe triple commandline option to fix test failure on Linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59412 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/protocols-lazy.m b/test/CodeGenObjC/protocols-lazy.m index f4e0bf7..f92d9c4 100644 --- a/test/CodeGenObjC/protocols-lazy.m +++ b/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