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

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 23:40:09 PST 2023


thieta added a comment.

We could add deprecation warning for this something like:

  if(LLVM_CCACHE_BUILD)
    message(FATAL "Use CMAKE_CXX_COMPILER_LAUNCHER=ccache instead")
  endi()

But it seems like we haven't really done this before for CMake options, so I skipped it in this case.


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