diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-04 00:19:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-04 00:19:10 +0000 |
commit | 345dc62fd5d2980aab3ab2218dd0234f6bcea279 (patch) | |
tree | 2e96ade84c90e811853ae3903371ffd12bedd54e /test/Sema/carbon.c | |
parent | 52e3de597cf689848d1f2929cc195685608a313e (diff) | |
download | clang-345dc62fd5d2980aab3ab2218dd0234f6bcea279.tar.gz |
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
Diffstat (limited to 'test/Sema/carbon.c')
-rw-r--r-- | test/Sema/carbon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c index 523526edc9..e2bae994f0 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 |