aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-22 07:28:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-22 07:28:06 +0000
commitd2977bcfee782bd2ad08c3ffb5e5386f5c7f7c17 (patch)
treeb79e3361ccd4371d6dcfac9ea09ca23b9495bb67
parentaa2b5799d2dc2c02f71a19cf846f8fd22ccbf5ef (diff)
Make sure this test runs on all 3 Objective-C implementations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69786 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/bitfield-1.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGenObjC/bitfield-1.m b/test/CodeGenObjC/bitfield-1.m
index d7396b1dd2..06ea91132e 100644
--- a/test/CodeGenObjC/bitfield-1.m
+++ b/test/CodeGenObjC/bitfield-1.m
@@ -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;