From: Daniel Dunbar Date: Sat, 11 Jul 2009 23:04:43 +0000 (+0000) Subject: Force NeXT runtime for this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c966cf1a9617ca68c3596b6935f2b5cbf5246056;p=clang Force NeXT runtime for this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75400 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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*, ...);