aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-11 23:04:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-11 23:04:43 +0000
commitc966cf1a9617ca68c3596b6935f2b5cbf5246056 (patch)
tree92d7adb40ec6f06b327e0465c7c5b6ab0210c6a6
parent9685aeef5f73c9d00829bd9dcf449500fdea3086 (diff)
Force NeXT runtime for this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75400 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/protocols.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/protocols.m b/test/CodeGenObjC/protocols.m
index c510685e52..4cfb83bf00 100644
--- a/test/CodeGenObjC/protocols.m
+++ b/test/CodeGenObjC/protocols.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o %t
+// RUN: clang-cc -fnext-runtime -emit-llvm %s -o %t
void p(const char*, ...);