[cfe-dev] Using clang static analyzer on linux with Objective C for arm-apple-darwin9-gcc

Jay Bone jbonedev at gmail.com
Thu May 28 22:52:56 PDT 2009


On Thu, May 28, 2009 at 10:10 PM, Eli Friedman <eli.friedman at gmail.com>wrote:

> On Thu, May 28, 2009 at 9:41 PM, Jay Bone<jbonedev at gmail.com> wrote:
> > Setting CLANG to
> > CLANG=clang -ccc-host-triple arm-apple-darwin
> > Gives me the above error:
> > cannot find 'clang-cc' in 'clang' command
>
> Bleh, try CLANG="clang -ccc-host-triple arm-apple-darwin -ccc-clang-archs
> arm".
>
>
Still get:
cannot find 'clang-cc' in 'clang' command

This comes from a die message in the perl code in
sub GetCCArgs()
I'm having a hard time figuring out what this function is trying to do, but
it's looking for the  regex /clang-cc/ in some exec'ed clang command.

-J




> -Eli
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090528/2def3e1f/attachment.html>


More information about the cfe-dev mailing list