[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
Tue Apr 5 10:55:30 PDT 2022


avl added a comment.

In D86539#3430134 <https://reviews.llvm.org/D86539#3430134>, @clayborg wrote:

> Another issue I found when running this on ELF files:
>
>   warning: /tmp/a.out: Unsupported attribute form DW_FORM_ref_sig8 in cloneAttribute. Dropping.
>
> We will need to make sure that we can clone all DW_FORM values

DW_FORM_ref_sig8 is used to reference type units. dsymutil/DWARFLinker do not support type units.

If necessary support for type units could be implemented, but I think it is certainly separate task.


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