forked from OSchip/llvm-project
Force -triple/-fnext-runtime for a few more test cases.
llvm-svn: 63679
This commit is contained in:
parent
ee3da87ce7
commit
c41a0b8a3c
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang %s -emit-llvm -o -
|
||||
// RUN: clang -triple i386-unknown-unknown %s -emit-llvm -o -
|
||||
|
||||
struct {
|
||||
int x;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -emit-llvm -o %t %s
|
||||
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
||||
|
||||
@interface Object
|
||||
- (id) alloc;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -emit-llvm -o %t %s
|
||||
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
||||
|
||||
@interface BASE
|
||||
+ (int) BaseMeth;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -emit-llvm -o %t %s
|
||||
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
||||
|
||||
void f0(id a) {
|
||||
// This should have an implicit cast
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang -emit-llvm -o %t %s
|
||||
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
||||
|
||||
@interface Object
|
||||
- (id) new;
|
||||
|
|
Loading…
Reference in New Issue