This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9600cecdd0f Fix file header issues in fuzzers. NFC new 1d647e5d602 [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
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/DWARFDebugLoc.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFExpression.h | 15 ++- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 11 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 6 +- lib/DebugInfo/DWARF/DWARFExpression.cpp | 52 ++++++++- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 2 +- test/tools/llvm-dwarfdump/X86/debug_expr_convert.s | 124 +++++++++++++++++++++ 8 files changed, 195 insertions(+), 19 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/debug_expr_convert.s