[PATCH] D71113: Recover shared libs build after 9e8c799e2b0dc3e3b20f5044309fa8e48e8e3e32
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 05:25:25 PST 2019
nemanjai created this revision.
nemanjai added a reviewer: avl.
Herald added a subscriber: mgorny.
Herald added a reviewer: JDevlieghere.
Herald added a project: LLVM.
The above commit broke the shared libraries build. Listing `CodeGen` in the dependencies fixes the problem.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71113
Files:
llvm/tools/dsymutil/CMakeLists.txt
Index: llvm/tools/dsymutil/CMakeLists.txt
===================================================================
--- llvm/tools/dsymutil/CMakeLists.txt
+++ llvm/tools/dsymutil/CMakeLists.txt
@@ -8,6 +8,7 @@
AllTargetsDescs
AllTargetsInfos
AsmPrinter
+ CodeGen
DebugInfoDWARF
MC
Object
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71113.232539.patch
Type: text/x-patch
Size: 301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/6f5158ac/attachment.bin>
More information about the llvm-commits
mailing list