Force -triple/-fnext-runtime for a few more test cases.

llvm-svn: 63679
This commit is contained in:
Daniel Dunbar 2009-02-03 23:04:31 +00:00
parent ee3da87ce7
commit c41a0b8a3c
5 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -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;