[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 Jul 20 11:56:18 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:
> 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.


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