summaryrefslogtreecommitdiff
path: root/mlir/utils
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2023-02-13 08:56:56 +0100
committerTobias Hieta <tobias@hieta.se>2023-02-13 08:57:19 +0100
commitfff762d674c34c56d82f71250df2ac3652992049 (patch)
tree4e4bc90dd82e0293f40f5c570ec8a459dbfba6df /mlir/utils
parent240c6f2643991b1fe69c03ddcc8be0104e699327 (diff)
downloadllvm-fff762d674c34c56d82f71250df2ac3652992049.tar.gz
Revert "[CMake] Remove custom ccache CMake logic"
This reverts commit 0fad18c44a14b909a1aa47165021273d4c10a665. We need bots to be updated first.
Diffstat (limited to 'mlir/utils')
-rw-r--r--mlir/utils/clang-tidy/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/mlir/utils/clang-tidy/README.md b/mlir/utils/clang-tidy/README.md
index d886ac630387..ca43a77c4a0e 100644
--- a/mlir/utils/clang-tidy/README.md
+++ b/mlir/utils/clang-tidy/README.md
@@ -35,8 +35,7 @@ $ cmake ../llvm \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_ASSERTIONS=ON \
-DLLVM_TARGETS_TO_BUILD="Native;NVPTX;AMDGPU" \
- -DCMAKE_C_COMPILER_LAUNCHER=ccache \
- -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
+ -DLLVM_CCACHE_BUILD=ON \
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DLLVM_ENABLE_LLD=ON \