[PATCH] D81014: Add legacy GNU entry value support to dsymutil

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 10:25:44 PDT 2020


vsk added a comment.

Looks like all the DW_AT_low_pc handling is done earlier, on line 1045: `if (AttrSpec.Attr == dwarf::DW_AT_low_pc) { ...`.


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

https://reviews.llvm.org/D81014





More information about the llvm-commits mailing list