[PATCH] D124053: [CMake][Fuchsia] Include find-all-symbols in the distribution
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 16:32:34 PDT 2022
phosek created this revision.
phosek added a reviewer: abrachet.
Herald added a subscriber: mgorny.
Herald added a project: All.
phosek requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This is needed to use clang-include-fixer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124053
Files:
clang/cmake/caches/Fuchsia-stage2.cmake
Index: clang/cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- clang/cmake/caches/Fuchsia-stage2.cmake
+++ clang/cmake/caches/Fuchsia-stage2.cmake
@@ -298,6 +298,7 @@
clang-scan-deps
clang-tidy
clangd
+ find-all-symbols
builtins
runtimes
${LLVM_TOOLCHAIN_TOOLS}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124053.423769.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220419/a8cd744c/attachment.bin>
More information about the cfe-commits
mailing list