[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
Fri May 5 09:41:55 PDT 2017


clayborg updated this revision to Diff 97975.
clayborg added a comment.

Fixes:

- addressed Adrian's issues
- added test for invalid DIE ranges where high pc is less than low pc


https://reviews.llvm.org/D32821

Files:
  include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  lib/DebugInfo/DWARF/DWARFVerifier.cpp
  unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32821.97975.patch
Type: text/x-patch
Size: 24603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170505/83cc6126/attachment.bin>


More information about the llvm-commits mailing list