commit | c6fb568b7cdfd084503f8f0b3f95a603fc650162 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 04 00:19:10 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 04 00:19:10 2007 +0000 |
tree | 2e96ade84c90e811853ae3903371ffd12bedd54e | |
parent | 613a3d3abfdfe75579fb4b02d2cc9c0188002ff4 [diff] |
the sse intrinsics are missing, leading to errors. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40800 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c index 523526e..e2bae99 100644 --- a/test/Sema/carbon.c +++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@ -// RUN: clang %s -fsyntax-only +// RUN: clang %s -fsyntax-only -arch ppc #ifdef __APPLE__ #include <Carbon/Carbon.h> #endif