]> granicus.if.org Git - clang/commitdiff
Force NeXT runtime for this test.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 23:04:43 +0000 (23:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 23:04:43 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75400 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/protocols.m

index c510685e521deafd6d0b02bd541da894ffe64e33..4cfb83bf00e0c80c6ceadefb011d1cba392836f8 100644 (file)
@@ -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*, ...);