Hi!
Just a quick heads up that I just pushed this change to main: D143468 [CMake] Remove custom ccache CMake logic (llvm.org)
This means that setting LLVM_CCACHE_BUILD=ON
will no longer work. In order to use ccache, we should now use the upstream CMake support -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
.
So if your build scripts are using LLVM_CCACHE_BUILD
you need to update those.