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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 09:30:22 PST 2023


jrtc27 added inline comments.


================
Comment at: llvm/CMakeLists.txt:237
+if(DEFINED LLVM_CCACHE_BUILD)
+	message(FATAL_ERROR "-DLLVM_CACHE_BUILD=ON is deprecated! Use to the following options instead:\n-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache")
 endif()
----------------
FATAL_ERROR and deprecated seem at odds with each other? If it's an error then it's not just deprecated, it's straight up removed.


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