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 {
|
struct {
|
||||||
int x;
|
int x;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang -emit-llvm -o %t %s
|
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
||||||
|
|
||||||
@interface Object
|
@interface Object
|
||||||
- (id) alloc;
|
- (id) alloc;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang -emit-llvm -o %t %s
|
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
|
||||||
|
|
||||||
@interface BASE
|
@interface BASE
|
||||||
+ (int) BaseMeth;
|
+ (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) {
|
void f0(id a) {
|
||||||
// This should have an implicit cast
|
// 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
|
@interface Object
|
||||||
- (id) new;
|
- (id) new;
|
||||||
|
|
Loading…
Reference in New Issue