[PATCH] D94670: [DebugInfo][NFC] add a new DIE type to represent label + offset
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 05:18:34 PST 2021
ikudrin added a comment.
I suppose that you describe how .dwsect pseudo-op <https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/assembler/idalangref_dwsect_pseudo_op.html> works. That is quite interesting, why they designed the feature to work that way. Is it recommended to reference debug sections through the label minus the length field size (4 or 12) or they provide some means to simplify the calculation? How an assembler output of their own compiler looks like?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94670/new/
https://reviews.llvm.org/D94670
More information about the llvm-commits
mailing list