]> granicus.if.org Git - clang/commitdiff
Make sure this test runs on all 3 Objective-C implementations.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 22 Apr 2009 07:28:06 +0000 (07:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 22 Apr 2009 07:28:06 +0000 (07:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69786 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/bitfield-1.m

index d7396b1dd2ed5bdb14b3e1953dee500f513e85a3..06ea91132ef380510b2c0a4b9f1cc639a742a705 100644 (file)
@@ -1,4 +1,6 @@
-// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s
+// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s
 
 @interface Object
 - (id) alloc;