[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 12:05:12 PDT 2019


tejohnson added a comment.

I haven't read through the patch in detail yet, but from the description it sounds like a cache is being added for the compile step outputs, e.g. the bitcode output object of the "clang -flto=thin -c" step? Typically the build system takes care of incremental build handling for these explicit outputs, just as it would for a non-LTO clang compile output. Can you clarify the motivation?


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