summaryrefslogtreecommitdiffstats
path: root/test/Sema/carbon.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2007-11-28 05:19:59 +0000
committerAnders Carlsson <andersca@mac.com>2007-11-28 05:19:59 +0000
commitdd1b516f2f5ed5953de1875afc2d04aa5a14d137 (patch)
tree5cfbdfac89bcc7621fb48c894fae9f305b8f4dd8 /test/Sema/carbon.c
parentfb7080663a0f0abd687a6f58ac917d9a76318b73 (diff)
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
Diffstat (limited to 'test/Sema/carbon.c')
-rw-r--r--test/Sema/carbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
index e2bae994f0..523526edc9 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