]> granicus.if.org Git - llvm/commit
[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
authorFangrui Song <maskray@google.com>
Mon, 15 Apr 2019 08:30:10 +0000 (08:30 +0000)
committerFangrui Song <maskray@google.com>
Mon, 15 Apr 2019 08:30:10 +0000 (08:30 +0000)
commit1d49a21976fe70b26b010d36c39b04e9c2e4eb97
treec1dd6741ff42345180607f5581a0ec802d561cc1
parent17425db0e31154e7c52e973128a0c145a879aed2
[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects

It was incorrect if RHS had more than 1 ranges and one of the ranges interacted with *this

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358376 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFVerifier.cpp
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp