[PATCH] D39119: [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 09:05:08 PDT 2017


JDevlieghere added a comment.

In https://reviews.llvm.org/D39119#905245, @aprantl wrote:

> @JDevlieghere: could you perhaps help @grimar to figure out what is missing here?


The verifier currently doesn't consider DWARF expressions. I think this should be fairly easy to extend: just iterate over its iterations (as the print function does) and check `DWARFExpression::Operation::isError()`.


Repository:
  rL LLVM

https://reviews.llvm.org/D39119





More information about the llvm-commits mailing list