Skip to content

Commit fdb1c5d

Browse files
committed
caches: include clang-scan-deps, clang-deps-launcher
Add a couple of additional tools to the toolchain distribution.
1 parent 74fbae1 commit fdb1c5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cmake/caches/Windows-aarch64.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ set(LLVM_TOOLCHAIN_TOOLS
124124
set(CLANG_TOOLS
125125
clang
126126
clangd
127+
clang-deps-launcher
127128
clang-format
128129
clang-resource-headers
130+
clang-scan-deps
129131
clang-tidy
130132
CACHE STRING "")
131133

cmake/caches/Windows-x86_64.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ set(LLVM_TOOLCHAIN_TOOLS
124124
set(CLANG_TOOLS
125125
clang
126126
clangd
127+
clang-deps-launcher
127128
clang-format
128129
clang-resource-headers
130+
clang-scan-deps
129131
clang-tidy
130132
CACHE STRING "")
131133

0 commit comments

Comments
 (0)