[cfe-dev] Ninja Builds Break with CCache

nick via cfe-dev cfe-dev at lists.llvm.org
Tue Jun 18 11:50:57 PDT 2019



On 2019-06-18 1:49 p.m., Tom Stellard wrote:
> On 06/18/2019 10:42 AM, nick via cfe-dev wrote:
>> Greetings All,
>>
>> Seems that ninja breaks ccache on my system for building. This is nothing new as ccache
>> as always seemed to not like ninja or the other way around. Anyhow I would recommend
>> that you update the build instructions for new users to avoid this issue arising 
>> again.
>>
> 
> Can you be more specific about the failures?  I use ccache all the time and have
> not seen any issues.
> 
> -Tom
> 
>> Nick
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>>
> 
Tom.

I just switched to Unix makefiles but it was complaining that -v is not a valid ccache
option in the logs. I ran cmake like cmake -G Ninja and unless that's wrong it fails 
for me.

Nick



More information about the cfe-dev mailing list