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/cocoa.m b/test/Sema/cocoa.m index 4c98b07..c3d829c 100644 --- a/test/Sema/cocoa.m +++ b/test/Sema/cocoa.m
@@ -1,4 +1,4 @@ -// RUN: clang %s -arch ppc +// RUN: clang %s #ifdef __APPLE__ #include <Cocoa/Cocoa.h> #endif