OSDN Git Service

[DWARF] Added verification check for die ranges. If highPC is an address, then it...
authorSpyridoula Gravani <sgravani@apple.com>
Mon, 24 Jul 2017 21:04:11 +0000 (21:04 +0000)
committerSpyridoula Gravani <sgravani@apple.com>
Mon, 24 Jul 2017 21:04:11 +0000 (21:04 +0000)
commitef55e4c1a33b99d508317a66bfb6274d5a7b6961
treee71c21cd042a0acbe2ebd65671e15c912355fb25
parentc2060a50efe3945eac63830f4b922d4e4fe596be
[DWARF] Added verification check for die ranges. If highPC is an address, then it should be greater than lowPC for each range.

Differential Revision: https://reviews.llvm.org/D35733

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308928 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
lib/DebugInfo/DWARF/DWARFVerifier.cpp
test/tools/llvm-dwarfdump/X86/verify_die_ranges.s [new file with mode: 0644]