[PATCH] D75535: Use DWARFDataExtractor::getInitialLength in debug_aranges
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 09:39:57 PST 2020
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
Yeah, previously the only extra feature in DWARFDataExtractor was handling relocations, IIRC. DebugInfo/DWARF generally used the base DataExtractor for cases where that wasn't needed, rather than consistently using the DWARF version.
Nice tidy-up, though, LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75535/new/
https://reviews.llvm.org/D75535
More information about the llvm-commits
mailing list