Skip to content

Commit c048449

Browse files
committed
caches: add clang-features-file to the install components
This ensures that we distribute the features.json for clang in the toolchain distribution image which is used for building the image.
1 parent fb0a1b9 commit c048449

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmake/caches/Windows-aarch64.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ set(CLANG_TOOLS
124124
clang
125125
clangd
126126
clang-deps-launcher
127+
clang-features-file
127128
clang-format
128129
clang-resource-headers
129130
clang-scan-deps

cmake/caches/Windows-x86_64.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ set(CLANG_TOOLS
129129
clang
130130
clangd
131131
clang-deps-launcher
132+
clang-features-file
132133
clang-format
133134
clang-resource-headers
134135
clang-scan-deps

0 commit comments

Comments
 (0)