]> granicus.if.org Git - clang/commitdiff
Spell -triple correctly for %clang, not %clang_cc1.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 26 Mar 2010 19:02:07 +0000 (19:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 26 Mar 2010 19:02:07 +0000 (19:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99634 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/c89.c

index a4e92d3db624f941b6a1561b60cae996e5119cf3..03bdc4cc95ae2e0ff035f5d241a42caf9a1fede8 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -triple=i386-apple-darwin10 -fsyntax-only -verify -std=c89 %s
+// RUN: %clang -ccc-host-triple i386-apple-darwin10 -fsyntax-only -verify -std=c89 %s
 
 // PR6658
 #include <xmmintrin.h>