This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97cbb36 Add ARM support to update_llc_test_checks.py new eca8f9a [ObjectYAML] Support for DWARF debug_info section
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/DWARFFormValue.h | 2 + include/llvm/DebugInfo/DWARF/DWARFUnit.h | 8 + include/llvm/ObjectYAML/DWARFYAML.h | 38 ++++ include/llvm/ObjectYAML/MachOYAML.h | 1 - lib/DebugInfo/DWARF/DWARFFormValue.cpp | 12 ++ lib/ObjectYAML/DWARFYAML.cpp | 33 ++- ...ARF-debug_abbrev.yaml => DWARF-debug_info.yaml} | 236 ++++++++++++++------- tools/obj2yaml/dwarf2yaml.cpp | 117 +++++++++- tools/yaml2obj/yaml2dwarf.cpp | 120 +++++++++++ tools/yaml2obj/yaml2macho.cpp | 2 + tools/yaml2obj/yaml2obj.h | 1 + 11 files changed, 490 insertions(+), 80 deletions(-) copy test/ObjectYAML/MachO/{DWARF-debug_abbrev.yaml => DWARF-debug_info.yaml} (64%)