]> granicus.if.org Git - llvm/commit
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in additio...
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 26 May 2017 12:53:41 +0000 (12:53 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 26 May 2017 12:53:41 +0000 (12:53 +0000)
commit1503fe43e0ae34e6aa8cf4c115e01659d0d01a52
tree674cc6df6afd1054e4b8040677a0c90b1ebca4e2
parentf1d70be65ee28e665ecba227666766f939fb590a
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"

It failed BB.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303981 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
include/llvm/DebugInfo/DWARF/DWARFDie.h
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
include/llvm/Object/COFF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/Wasm.h
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/WasmObjectFile.cpp