[PATCH] D139202: Link with missing libs to fix broken shared build
Jun Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 2 07:36:20 PST 2022
junaire created this revision.
Herald added a subscriber: kadircet.
Herald added a project: All.
junaire requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Signed-off-by: Jun Zhang <jun at junz.org>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139202
Files:
clang-tools-extra/include-cleaner/lib/CMakeLists.txt
clang-tools-extra/include-cleaner/tool/CMakeLists.txt
Index: clang-tools-extra/include-cleaner/tool/CMakeLists.txt
===================================================================
--- clang-tools-extra/include-cleaner/tool/CMakeLists.txt
+++ clang-tools-extra/include-cleaner/tool/CMakeLists.txt
@@ -6,6 +6,7 @@
clangBasic
clangFrontend
clangLex
+ clangFormat
clangSerialization
clangTooling
)
Index: clang-tools-extra/include-cleaner/lib/CMakeLists.txt
===================================================================
--- clang-tools-extra/include-cleaner/lib/CMakeLists.txt
+++ clang-tools-extra/include-cleaner/lib/CMakeLists.txt
@@ -16,6 +16,7 @@
clangBasic
clangFormat
clangLex
+ clangToolingCore
clangToolingInclusions
clangToolingInclusionsStdlib
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139202.479637.patch
Type: text/x-patch
Size: 746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221202/824a6f5d/attachment.bin>
More information about the cfe-commits
mailing list