This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0559b4fa45c Remove unnecessary double-assignment triggering -Wsequence-point. new 073ffab1e02 [DWARF] - Make collectAddressRanges() return section index [...]
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 | 1 + 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 | 56 +++++++++++++--------- 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 ++ 17 files changed, 90 insertions(+), 36 deletions(-)