[cfe-commits] r69786 - /cfe/trunk/test/CodeGenObjC/bitfield-1.m
Daniel Dunbar
daniel at zuster.org
Wed Apr 22 00:28:06 PDT 2009
Author: ddunbar
Date: Wed Apr 22 02:28:06 2009
New Revision: 69786
URL: http://llvm.org/viewvc/llvm-project?rev=69786&view=rev
Log:
Make sure this test runs on all 3 Objective-C implementations.
Modified:
cfe/trunk/test/CodeGenObjC/bitfield-1.m
Modified: cfe/trunk/test/CodeGenObjC/bitfield-1.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/bitfield-1.m?rev=69786&r1=69785&r2=69786&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/bitfield-1.m (original)
+++ cfe/trunk/test/CodeGenObjC/bitfield-1.m Wed Apr 22 02:28:06 2009
@@ -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;
More information about the cfe-commits
mailing list