[PATCH] D143468: [CMake] Remove custom ccache CMake logic

Chris Cotter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 11:10:05 PST 2023


ccotter added a comment.

Another benefit is (and I might have been using the options incorrectly, which furthers the point I think) is that the recursive cmake invocations did not end up forwarding the LLVM_CCACHE_BUILD value, so only the top level build would be using ccache. The `*COMPILER_LAUNCHER` variable seems to get passed down correctly, although I'm sure if that's explicit or a happy coincidence.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143468



More information about the llvm-commits mailing list