This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88aeae664a5 Recommit r303978 "[DWARF] - Make collectAddressRanges() ret [...] new 4e545dfae83 Revert "[DWARF] - Make collectAddressRanges() return sectio [...] new ff777b7559a The fix for PR22004: X86AsmParser.cpp asserts: OperandStack [...]
The 2 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 -- lib/Target/X86/AsmParser/X86AsmParser.cpp | 5 +- test/MC/X86/pr22004.s | 3 ++ unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 12 ++--- 20 files changed, 48 insertions(+), 98 deletions(-) create mode 100644 test/MC/X86/pr22004.s