[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
Mon May 8 15:41:11 PDT 2017


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

- Made a new NonOverlappingRanges class.
- Use it to verify address ranges on the fly for
  - functions within all CUs
  - lexical block and inlined functions in DW_TAG_subprogram DIEs


https://reviews.llvm.org/D32821

Files:
  include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
  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.98226.patch
Type: text/x-patch
Size: 28775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/7dfb0cd8/attachment-0001.bin>


More information about the llvm-commits mailing list