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

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 07:06:07 PST 2020


ikudrin added a comment.

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

> Could these tests all be in one run? (ie: even though the length is "invalid" in terms of parsing the contents of the section - but valid enough to jump to the next contribution and parse that - except, I guess, at an invalid 64 bit length perhaps, because that might be too long to be bothered testing - so perhaps that could be the last test case in the file)


As I said in D71876 <https://reviews.llvm.org/D71876>, that requires a separate patch and a separate consideration. Hope that gtest-based tests solve the issue in a better way.


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

https://reviews.llvm.org/D71932





More information about the llvm-commits mailing list