[PATCH] D143468: [CMake] Remove custom ccache CMake logic
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 10:32:54 PST 2023
beanz added a comment.
I think getting rid of this option is good for us and our users in the long term.
Looking past the short-term adoption shift, having LLVM's build flows be using features of CMake that work on any CMake project lowers the LLVM-specific learning curve of new contributors. Having our current users migrate also means that current users will socialize the CMake approach rather than socializing the legacy-LLVM approach. Deleting the code from the build system means less code to support.
All of these seem worth it for some short-term migration pain.
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