[PATCH] D143468: [CMake] Remove custom ccache CMake logic
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 10:27:30 PST 2023
thieta added a comment.
My motivation was that people asked to add support for new cache programs (sscache and more). And now that this is supported in upstream CMake in a nice way I think our build system is way too big and complicated to duplicate functionality that's already in upstream CMake. It's more switches to keep testing and update.
Is it a big thing? No. But in a complicated build system every little matters. IMHO.
Plus the upstream option is not that much more complicated to use.
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