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

Ted Kremenek kremenek at apple.com
Thu May 28 13:51:14 PDT 2009


On May 28, 2009, at 1:36 PM, Jay Bone <jbonedev at gmail.com> wrote:

> Adding this to my Makefile
> CLANG='clang -ccc-host-triple arm-apple-darwin'
> (Tried with and without single quotes if that matters)
>
> I get
>
> cannot find 'clang-cc' in 'clang' command
> make: *** [GridRow.o] Error 9

That's a (recently introduced) ccc-analyzer issue.  We plan on fixing  
it soon by rewriting ccc-analyzer to reuse the clang driver internals  
directly because the current implementation is really brittle.   
Unfortunately we won't start working on that for at least a couple  
weeks.



More information about the cfe-dev mailing list