diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-02-03 23:04:31 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-02-03 23:04:31 +0000 |
| commit | c41a0b8a3c48801d29c72d4e9af72e4c8f9f1a65 (patch) | |
| tree | 973ad5402aa7fa7d21c027bcbe4d17d93492c3ba /clang/test/CodeGenObjC | |
| parent | ee3da87ce78c38a316fc157313ae9c62001058f9 (diff) | |
| download | bcm5719-llvm-c41a0b8a3c48801d29c72d4e9af72e4c8f9f1a65.tar.gz bcm5719-llvm-c41a0b8a3c48801d29c72d4e9af72e4c8f9f1a65.zip | |
Force -triple/-fnext-runtime for a few more test cases.
llvm-svn: 63679
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/bitfield-1.m | 2 | ||||
| -rw-r--r-- | clang/test/CodeGenObjC/category-super-class-meth.m | 2 | ||||
| -rw-r--r-- | clang/test/CodeGenObjC/message-arrays.m | 2 | ||||
| -rw-r--r-- | clang/test/CodeGenObjC/property-incr-decr-1.m | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/bitfield-1.m b/clang/test/CodeGenObjC/bitfield-1.m index 7d932934164..d4a63d3d0e0 100644 --- a/clang/test/CodeGenObjC/bitfield-1.m +++ b/clang/test/CodeGenObjC/bitfield-1.m @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -o %t %s +// RUN: clang -fnext-runtime -emit-llvm -o %t %s @interface Object - (id) alloc; diff --git a/clang/test/CodeGenObjC/category-super-class-meth.m b/clang/test/CodeGenObjC/category-super-class-meth.m index 4385b56774e..82ced633186 100644 --- a/clang/test/CodeGenObjC/category-super-class-meth.m +++ b/clang/test/CodeGenObjC/category-super-class-meth.m @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -o %t %s +// RUN: clang -fnext-runtime -emit-llvm -o %t %s @interface BASE + (int) BaseMeth; diff --git a/clang/test/CodeGenObjC/message-arrays.m b/clang/test/CodeGenObjC/message-arrays.m index 55b5d9b84ef..aed841e06fd 100644 --- a/clang/test/CodeGenObjC/message-arrays.m +++ b/clang/test/CodeGenObjC/message-arrays.m @@ -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 diff --git a/clang/test/CodeGenObjC/property-incr-decr-1.m b/clang/test/CodeGenObjC/property-incr-decr-1.m index 4ca84f1fb75..ef55342514c 100644 --- a/clang/test/CodeGenObjC/property-incr-decr-1.m +++ b/clang/test/CodeGenObjC/property-incr-decr-1.m @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -o %t %s +// RUN: clang -fnext-runtime -emit-llvm -o %t %s @interface Object - (id) new; |

