From: Chris Lattner Date: Mon, 22 Mar 2010 18:51:09 +0000 (+0000) Subject: hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7c700879cb8c12d3a6d087ca46ae72741afb5c5;p=clang hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 triple imply sse2? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99197 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/c89.c b/test/Headers/c89.c index a4e92d3db6..4b17ba14d2 100644 --- a/test/Headers/c89.c +++ b/test/Headers/c89.c @@ -1,4 +1,4 @@ -// RUN: %clang -triple=i386-apple-darwin10 -fsyntax-only -verify -std=c89 %s +// RUN: %clang -triple=i386-apple-darwin10 -msse3 -fsyntax-only -verify -std=c89 %s // PR6658 #include