[PATCH] D94323: [dsymutil] Add preliminary support for DWARF 5.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 12:43:01 PST 2021
avl accepted this revision.
avl added a comment.
This revision is now accepted and ready to land.
LGTM with small comment inside.
================
Comment at: llvm/tools/dsymutil/DwarfLinkerForBinary.h:152
- bool hasValidRelocationAt(uint64_t StartOffset, uint64_t EndOffset,
- CompileUnit::DIEInfo &Info);
+ /// Checks that there is a relocation in the debug_addr section against a
+ /// debug map entry between \p StartOffset and \p NextOffset.
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94323/new/
https://reviews.llvm.org/D94323
More information about the llvm-commits
mailing list