[cfe-commits] r41307 - /cfe/trunk/test/Sema/cocoa.m
Chris Lattner
sabre at nondot.org
Wed Aug 22 18:08:54 PDT 2007
Author: lattner
Date: Wed Aug 22 20:08:54 2007
New Revision: 41307
URL: http://llvm.org/viewvc/llvm-project?rev=41307&view=rev
Log:
Test that cocoa parses with -parse-noop. In the future
(when ready) this test should change to test -fsyntax-only.
Added:
cfe/trunk/test/Sema/cocoa.m
Added: cfe/trunk/test/Sema/cocoa.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/cocoa.m?rev=41307&view=auto
==============================================================================
--- cfe/trunk/test/Sema/cocoa.m (added)
+++ cfe/trunk/test/Sema/cocoa.m Wed Aug 22 20:08:54 2007
@@ -0,0 +1,5 @@
+// RUN: clang %s -parse-noop -arch ppc
+#ifdef __APPLE__
+#include <Cocoa/Cocoa.h>
+#endif
+
More information about the cfe-commits
mailing list