aaupov wrote:

This issue with incremental builds is explicitly mentioned in 
[HowToAddABuilder](https://llvm.org/docs/HowToAddABuilder.html):

> Use CCache and NOT incremental builds
Using ccache materially improves average build times. Incremental builds can be 
slightly faster, but introduce the risk of build corruption due to e.g. state 
changes, etc… At this point, the recommendation is not to use incremental 
builds and instead use ccache as the latter captures the majority of the 
benefit with less risk of false positives.

I've sent an email to builders owners. Still, sorry about landing it on a 
weekend. I expected that builders are configured according to the guidelines so 
the issues will clear automatically. Apologies for those depending on these 
broken builders.

https://github.com/llvm/llvm-project/pull/69133
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to