From: Chris Lattner Date: Sat, 4 Aug 2007 00:19:10 +0000 (+0000) Subject: the sse intrinsics are missing, leading to errors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=345dc62fd5d2980aab3ab2218dd0234f6bcea279;p=clang 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 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 #endif