diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-09-09 22:56:36 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-09-09 22:56:36 +0000 |
commit | deb174fed5f86357c52c62d214e64deff446fc01 (patch) | |
tree | 030b1c256467afed5ce50bcb0821c3b237aad605 /clang-tools-extra/module-map-checker/ModuleMapChecker.cpp | |
parent | 1ab0cf0e284b0f896f4127bc046bf5490c37ebd8 (diff) | |
download | llvm-deb174fed5f86357c52c62d214e64deff446fc01.zip llvm-deb174fed5f86357c52c62d214e64deff446fc01.tar.gz llvm-deb174fed5f86357c52c62d214e64deff446fc01.tar.bz2 |
Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address range holes.
PrevSection/PrevCU are used to detect holes in the address range of a CU
to ensure the DW_AT_ranges does not include those holes. When we see a
function with no debug info, though it may be in the same range as the
prior and subsequent functions, there should be a gap in the CU's
ranges. By setting PrevCU to null in that case, the range would not be
extended to cover the gap.
llvm-svn: 217466
Diffstat (limited to 'clang-tools-extra/module-map-checker/ModuleMapChecker.cpp')
0 files changed, 0 insertions, 0 deletions