[PATCH] D86539: [Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 12:53:06 PDT 2022
avl added inline comments.
================
Comment at: llvm/tools/llvm-dwarfutil/CMakeLists.txt:6
+set(LLVM_LINK_COMPONENTS
+ ${LLVM_TARGETS_TO_BUILD}
+ DebugInfoDWARF
----------------
thakis wrote:
> avl wrote:
> > thakis wrote:
> > > Since you link to this, do you still need the AllTargets* below? Isn't LLVM_TARGETS_TO_BUILD a superset?
> > Indeed. Thank you for the catch! Will remove AllTargets* below.
> Did you have a chance to try this? Did it not work?
I was busy with other tasks, sorry. Will do this tomorrow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86539/new/
https://reviews.llvm.org/D86539
More information about the llvm-commits
mailing list