]> granicus.if.org Git - clang/commitdiff
Force -triple/-fnext-runtime for a few more test cases.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 23:04:31 +0000 (23:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 23:04:31 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63679 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/struct.c
test/CodeGenObjC/bitfield-1.m
test/CodeGenObjC/category-super-class-meth.m
test/CodeGenObjC/message-arrays.m
test/CodeGenObjC/property-incr-decr-1.m

index c71796d9da107241dc3c921e39c556dbe35a9b29..208cbd5ca9d05079cee2fa599e6bf9213c2675cb 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm -o -
+// RUN: clang -triple i386-unknown-unknown %s -emit-llvm -o -
 
 struct  {
   int x;
index 7d932934164a82483c794a6936662ada04cd25ce..d4a63d3d0e028f44b7a2f2aac0df8930a9d2b105 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
 
 @interface Object
 - (id) alloc;
index 4385b56774ea96232c9e41832fa8e7ddd115df1a..82ced63318646d9e2190dc5a471edfe43ae8c977 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
 
 @interface BASE
 + (int) BaseMeth;
index 55b5d9b84ef060953b6ae43f2785ad39b7962508..aed841e06fd9621d35f5dac8ecab80d185102c22 100644 (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) {
   // This should have an implicit cast
index 4ca84f1fb75c5a15d3c027908fdc14e4db917e57..ef55342514c876f4f3a9ec70a03a2f8666bc5a49 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
 
 @interface Object
 - (id) new;