This was enabled for other platforms. Added option for Windows/lld-link.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@inglorion ended up disabling the thinlto cache on Windows. I've been assuming it is buggy on Windows, i.e. it relies on filesystem invariants not provided there. But, if it works for you, I'm happy to try it. We continuously build some tools such as LLD in this configuration in Chromium, so I think we'll just pick this up and see if it works out of the box.
lgtm
Comment Actions
Thanks.
Maybe this is what you're referring to: https://bugs.llvm.org/show_bug.cgi?id=38616
It seems to work for me, though I may not have done as much testing as @inglorion.
We document this option (https://clang.llvm.org/docs/ThinLTO.html#incremental) so I'd like to try enabling it.