diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-04-22 07:28:06 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-22 07:28:06 +0000 |
| commit | 6067720a417e790300182b3462ddaef268744035 (patch) | |
| tree | 997f2598de99267a75086917e252b4cc2bba2440 | |
| parent | ecf6910f41c3f9c0cb9b614ddb21e33b7d849f23 (diff) | |
| download | bcm5719-llvm-6067720a417e790300182b3462ddaef268744035.tar.gz bcm5719-llvm-6067720a417e790300182b3462ddaef268744035.zip | |
Make sure this test runs on all 3 Objective-C implementations.
llvm-svn: 69786
| -rw-r--r-- | clang/test/CodeGenObjC/bitfield-1.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/bitfield-1.m b/clang/test/CodeGenObjC/bitfield-1.m index d7396b1dd2e..06ea91132ef 100644 --- a/clang/test/CodeGenObjC/bitfield-1.m +++ b/clang/test/CodeGenObjC/bitfield-1.m @@ -1,4 +1,6 @@ -// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s +// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s && +// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s && +// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s @interface Object - (id) alloc; |

