This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67886788e22 [TableGen] Prevent DagInit from leaking its Args and ArgNam [...] new b5ac7008b18 Recommit "[DWARF] - Make collectAddressRanges() return sect [...]
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 | 59 +++++++++++++--------- 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, 101 insertions(+), 42 deletions(-)