[PATCH] D86539: [Debuginfo][llvm-dwarfutil] llvm-dwarfutil dsymutil-like tool for ELF.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 06:18:20 PDT 2022


thakis added inline comments.


================
Comment at: llvm/tools/llvm-dwarfutil/CMakeLists.txt:6
+set(LLVM_LINK_COMPONENTS
+  ${LLVM_TARGETS_TO_BUILD}
+  DebugInfoDWARF
----------------
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?


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