[PATCH] D35733: [DWARF] Added verification check for die ranges. If highPC is an address, then it should be greater or equal to lowPC for each range.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 15:21:05 PDT 2017


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Seems reasonable, thanks!



================
Comment at: lib/DebugInfo/DWARF/DWARFVerifier.cpp:148
+
+
 bool DWARFVerifier::handleDebugInfo() {
----------------
extra whitespace


https://reviews.llvm.org/D35733





More information about the llvm-commits mailing list