[PATCH] D69941: [cmake] Enable thin lto cache when building with lld-link

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 10:19:59 PST 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

@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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69941/new/

https://reviews.llvm.org/D69941





More information about the llvm-commits mailing list