[clang] af21445 - [CMake][Fuchsia] Include find-all-symbols in the distribution
Petr Hosek via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 19:27:56 PDT 2022
Author: Petr Hosek
Date: 2022-04-19T19:27:46-07:00
New Revision: af21445ea87021a1bb0a870a2d63cee27f57b43e
URL: https://github.com/llvm/llvm-project/commit/af21445ea87021a1bb0a870a2d63cee27f57b43e
DIFF: https://github.com/llvm/llvm-project/commit/af21445ea87021a1bb0a870a2d63cee27f57b43e.diff
LOG: [CMake][Fuchsia] Include find-all-symbols in the distribution
This is needed to use clang-include-fixer.
Differential Revision: https://reviews.llvm.org/D124053
Added:
Modified:
clang/cmake/caches/Fuchsia-stage2.cmake
Removed:
################################################################################
diff --git a/clang/cmake/caches/Fuchsia-stage2.cmake b/clang/cmake/caches/Fuchsia-stage2.cmake
index 50613f06e42d5..5c521e75f225a 100644
--- a/clang/cmake/caches/Fuchsia-stage2.cmake
+++ b/clang/cmake/caches/Fuchsia-stage2.cmake
@@ -298,6 +298,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
clang-scan-deps
clang-tidy
clangd
+ find-all-symbols
builtins
runtimes
${LLVM_TOOLCHAIN_TOOLS}
More information about the cfe-commits
mailing list