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

Eli Friedman eli.friedman at gmail.com
Thu May 28 13:57:47 PDT 2009


On Thu, May 28, 2009 at 1:36 PM, Jay Bone<jbonedev at gmail.com> wrote:
>
>
> On Thu, May 28, 2009 at 1:18 PM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
>> Probably clang is using the wrong target triple; try setting CLANG to
>> "clang -ccc-host-triple arm-apple-darwin"
>>
>> -Eli
>
>
> 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

Ah, bleh, I didn't actually test this before I suggested it.  Try r72538.

-Eli



More information about the cfe-dev mailing list