[PATCH] D82838: Parse section ranges when verifying DWARF so we can exclude addresses that should have been stripped from DWARF.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 22:32:23 PDT 2020


clayborg added a comment.

This approach is very verbose at the moment so we can see each time an address range is ignored. The idea would be to omit the messages unless "--verbose" is supplied, but for now a warning message is emitted each time a DIE has one or more invalid ranges just so we can see everything that happens. If this approach works, I will make a full set of tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82838





More information about the llvm-commits mailing list