From c966cf1a9617ca68c3596b6935f2b5cbf5246056 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 11 Jul 2009 23:04:43 +0000 Subject: [PATCH] Force NeXT runtime for this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75400 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/protocols.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*, ...); -- 2.50.1