[PATCH] D94901: Add support for using BuildCache (CMake)

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 10:02:10 PST 2021


bogner added a comment.

I'm not sure this (or the ccache variant) is really necessary any more with modern cmake. Does this do anything different from `-DCMAKE_CXX_COMPILER_LAUNCHER=buildcache` in practice at this point?

If we do in fact need this we should probably look at consolidating the logic for compiler launcher workflows, rather than starting a path of duplicating this block for each one in existence.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94901



More information about the llvm-commits mailing list