OSDN Git Service

[DWARF] Revert r345546: Refactor range list extraction and dumping
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 31 Oct 2018 01:12:58 +0000 (01:12 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 31 Oct 2018 01:12:58 +0000 (01:12 +0000)
commitdaecf945cc43952a482a30a234faae59b41c3789
treed4a2ea5e172ec0aa547608fb303c62f676ea63c5
parentfe0f4354daf9844b4d40e2ef66cf6ebb96880e33
[DWARF] Revert r345546: Refactor range list extraction and dumping

This patch caused some internal tests to break which are being investigated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345687 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
include/llvm/DebugInfo/DWARF/DWARFListTable.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFListTable.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/DwarfStreamer.cpp
tools/dsymutil/DwarfStreamer.h