commit | 282a7cb5ddadafb537adb85546bbee80d8c519e3 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Wed Nov 28 05:19:59 2007 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Wed Nov 28 05:19:59 2007 +0000 |
tree | 5cfbdfac89bcc7621fb48c894fae9f305b8f4dd8 | |
parent | db586bf0eb95b6aaec63333190252d0920a1085c [diff] [blame] |
Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44392 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c index e2bae99..523526e 100644 --- a/test/Sema/carbon.c +++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only -arch ppc +// RUN: clang %s -fsyntax-only #ifdef __APPLE__ #include <Carbon/Carbon.h> #endif