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

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 16:17:59 PDT 2022


clayborg added a comment.

This can happen when you have LTO mess with the debug info as many functions might end up being combined. I have a command that dumps the ranges of DIEs and the problem looks like this:

  DIE OFFSET RANGE                                     NAME
  ========== ========================================= ====================
  0x0000e88e [0x0000000000028454 - 0x0000000000028474) freep
  0x0000e8c2 [0x0000000000028454 - 0x0000000000028474) freep_aligned
  0x00022cf4 [0x0000000000028454 - 0x0000000000028474) freep
  0x00022d5d [0x0000000000028454 - 0x0000000000028474) freep_aligned


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86539/new/

https://reviews.llvm.org/D86539

STAMPS
actor(@clayborg) application(Differential) author(@avl) herald(H105) herald(H123) herald(H157) herald(H225) herald(H239) herald(H263) herald(H281) herald(H311) herald(H312) herald(H329) herald(H347) herald(H358) herald(H368) herald(H397) herald(H428) herald(H460) herald(H475) herald(H480) herald(H487) herald(H497) herald(H498) herald(H511) herald(H576) herald(H615) herald(H697) herald(H742) herald(H864) monogram(D86539) object-type(DREV) phid(PHID-DREV-wg4wmx55d4rma4dx3jtu) reviewer(@alexander-shaposhnikov) reviewer(@aprantl) reviewer(@clayborg) reviewer(@dblaikie) reviewer(@echristo) reviewer(@espindola) reviewer(@JDevlieghere) reviewer(@jhenderson) reviewer(@probinson) revision-repository(rG) revision-status(needs-review) subscriber(@clayborg) subscriber(@emaste) subscriber(@fedor.sergeev) subscriber(@hiraditya) subscriber(@jfb) subscriber(@jyknight) subscriber(@llvm-commits) subscriber(@MaskRay) subscriber(@mgorny) subscriber(@s.egerton) subscriber(@simoncook) subscriber(@steven_wu) tag(#all) tag(#debug-info) tag(#llvm) via(web)



More information about the llvm-commits mailing list