forked from OSchip/llvm-project
Make sure this test runs on all 3 Objective-C implementations.
llvm-svn: 69786
This commit is contained in:
parent
ecf6910f41
commit
6067720a41
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue