[PATCH] D32821: Add DWARF verifiers to verify address ranges are correct and scoped correctly.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 11:53:42 PDT 2017


clayborg added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFVerifier.cpp:60
+  Ranges.clear();
+  auto UnsortedRanges = Die.getAddressRanges();
+  bool HasErrors = false;
----------------
This should be answered above, let me know if it isn't?


================
Comment at: lib/DebugInfo/DWARF/DWARFVerifier.cpp:141
+      ++Iter;
+    }
+  }
----------------
I don't follow.


https://reviews.llvm.org/D32821





More information about the llvm-commits mailing list