This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b4625c078bf gn build: Merge r355035 new b930800aec0 gn build: Merge r355133. new 8806e3ae9eb dsymutil support for DW_OP_convert
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/DWARFAttribute.h | 4 + lib/DebugInfo/DWARF/DWARFDie.cpp | 40 ++++- test/tools/dsymutil/Inputs/op-convert.ll | 45 ++++++ test/tools/dsymutil/Inputs/op-convert.macho.x86_64 | Bin 0 -> 2092 bytes test/tools/dsymutil/X86/op-convert.test | 33 +++++ tools/dsymutil/DwarfLinker.cpp | 161 ++++++++++++++++----- tools/dsymutil/DwarfLinker.h | 29 ++-- tools/dsymutil/DwarfStreamer.cpp | 14 +- tools/dsymutil/DwarfStreamer.h | 4 +- .../llvm/lib/Transforms/Instrumentation/BUILD.gn | 1 + 10 files changed, 280 insertions(+), 51 deletions(-) create mode 100644 test/tools/dsymutil/Inputs/op-convert.ll create mode 100644 test/tools/dsymutil/Inputs/op-convert.macho.x86_64 create mode 100644 test/tools/dsymutil/X86/op-convert.test