[PATCH] D79962: Fix the verification of DIEs with DW_AT_ranges.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 17 18:22:48 PDT 2020
clayborg updated this revision to Diff 271540.
clayborg marked an inline comment as done.
clayborg added a comment.
Simplified logic in DieRangeInfo::insert() and switch DWARFAddressRange::union_if_intersecting() to DWARFAddressRange::merge().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79962/new/
https://reviews.llvm.org/D79962
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/test/tools/llvm-dwarfdump/X86/verify_overlapping_cu_ranges.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79962.271540.patch
Type: text/x-patch
Size: 15367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200618/450a5a42/attachment.bin>
More information about the llvm-commits
mailing list