[PATCH] D119626: [llvm] Add missind dep on Symbolize to Debuginfod
Yannic Bonenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 12 04:32:09 PST 2022
yannic created this revision.
yannic added reviewers: debug-info, echristo.
Herald added subscribers: hiraditya, mgorny.
yannic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
`llvm/Debuginfod/DIFetcher.h` imports `llvm/DebugInfo/Symbolize/DIFetcher.h`,
so there should be a dependency on Symbolize.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119626
Files:
llvm/lib/Debuginfod/CMakeLists.txt
Index: llvm/lib/Debuginfod/CMakeLists.txt
===================================================================
--- llvm/lib/Debuginfod/CMakeLists.txt
+++ llvm/lib/Debuginfod/CMakeLists.txt
@@ -18,4 +18,5 @@
LINK_COMPONENTS
Support
+ Symbolize
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119626.408173.patch
Type: text/x-patch
Size: 256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220212/b043f8d8/attachment.bin>
More information about the llvm-commits
mailing list