[PATCH] D32722: Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 16:08:03 PDT 2017


clayborg added a comment.

I also moved the verification code over into a Verifier class to prepare for future extra verification steps where we will need to persist data between two steps.


https://reviews.llvm.org/D32722





More information about the llvm-commits mailing list