From: Daniel Dunbar Date: Fri, 26 Mar 2010 19:02:07 +0000 (+0000) Subject: Spell -triple correctly for %clang, not %clang_cc1. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fc9e7280867976d2d78b80b6da389b0337430bb;p=clang Spell -triple correctly for %clang, not %clang_cc1. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/c89.c b/test/Headers/c89.c index a4e92d3db6..03bdc4cc95 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 -ccc-host-triple i386-apple-darwin10 -fsyntax-only -verify -std=c89 %s // PR6658 #include