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

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 06:27:25 PDT 2019


tejohnson added a comment.

We rely on the minimized bitcode from that option in our builds, so it won't be going away. We could add it as a driver option, but it doesn't sound like that will solve the ccache issue. I'm not very familiar with that cache support, or if there is a way to express other output files (in our build system we identify all the outputs of a build action). At least with something like make and ninja the compile action should not be done again if none of the inputs change.


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