[PATCH] D47209: [WIP] Add debug location check to verifier.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 12:41:39 PDT 2018


probinson added a comment.

We require that the child's (instruction) address range is contained within the parent's address range; I think it's equally sensible to verify that the location-list ranges are contained within the address range.
I don't know that DWARF explicitly requires this contained-ness, but it's clearly implicit in some of the sections I looked at while trying to answer that question.


https://reviews.llvm.org/D47209





More information about the llvm-commits mailing list