[PATCH] D71932: [DWARF] Better detect errors in Address Range Tables.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 17:05:17 PST 2020


ikudrin added a comment.

Thanks for the review!

In D71932#1827601 <https://reviews.llvm.org/D71932#1827601>, @dblaikie wrote:

> Looks good - future work done as separate patches for separable changes/diagnostics would probably be good (& if you've got some broader goals in terms of what functionality you need/would like in llvm-dwarfdump, an email to llvm-dev explaining the broader goals (do they overlap with James Henderson's goals, improving the line table error handling?) would probably be good - to link to in future reviews, etc)


My main intention is to add support for 64-bit DWARF. All other changes are just accompanying the main goal, like fixing issues when I found them or making other small improvements. I believe there should be no conflicts with James Henderson's changes.


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

https://reviews.llvm.org/D71932





More information about the llvm-commits mailing list