This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b6924f09223 Revert "Export the required symbol from DynamicLibraryTests" new 4eca9e6cb96 Revert r304002 "[DWARF] - Make collectAddressRanges() retur [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 3 -- include/llvm/DebugInfo/DWARF/DWARFDie.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 2 - include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 3 -- include/llvm/Object/COFF.h | 1 - include/llvm/Object/ELFObjectFile.h | 12 ----- include/llvm/Object/MachO.h | 1 - include/llvm/Object/ObjectFile.h | 6 --- include/llvm/Object/Wasm.h | 1 - lib/DebugInfo/DWARF/DWARFContext.cpp | 58 +++++++++------------- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 8 +-- lib/DebugInfo/DWARF/DWARFDie.cpp | 13 ++--- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 4 +- lib/Object/COFFObjectFile.cpp | 4 -- lib/Object/MachOObjectFile.cpp | 4 -- lib/Object/WasmObjectFile.cpp | 4 -- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 12 ++--- 18 files changed, 42 insertions(+), 100 deletions(-)