This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d928ef AMD family 17h (znver1) enablement new 6c9c3a7 [ObjectYAML] Support for DWARF line tables new 19d53d6 [ObjectYAML] Missed one mixup in the debug_line test
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/ObjectYAML/DWARFYAML.h | 73 +++++++ include/llvm/ObjectYAML/MachOYAML.h | 1 - include/llvm/Support/Dwarf.h | 2 +- lib/ObjectYAML/DWARFYAML.cpp | 67 ++++++- test/ObjectYAML/MachO/DWARF-debug_info.yaml | 52 +++++ ...DWARF-debug_info.yaml => DWARF-debug_line.yaml} | 214 ++++++++++++++------- tools/obj2yaml/dwarf2yaml.cpp | 128 +++++++++++- tools/yaml2obj/yaml2dwarf.cpp | 95 +++++++++ tools/yaml2obj/yaml2macho.cpp | 2 + tools/yaml2obj/yaml2obj.h | 1 + 10 files changed, 550 insertions(+), 85 deletions(-) copy test/ObjectYAML/MachO/{DWARF-debug_info.yaml => DWARF-debug_line.yaml} (78%)