[PATCH] D69327: [Clang][ThinLTO] Add a cache for compile phase output.

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 15:12:53 PDT 2019


tejohnson added a comment.

I was just typing up a response similar to @steven_wu 's response... I don't think clang should be in the business of caching the outputs of a prior clang invocation, the build system should and usually does avoid re-executing if the inputs have not changed. Note that this is very different from the caching of objects LTO is doing - because those are not otherwise emitted at all, the cache has to be built in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69327





More information about the cfe-commits mailing list