This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9213bb6 [XRay] Use regular expression for finding symbols new e820923 [ObjectYAML] Support for DWARF line tables
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/ObjectYAML/DWARFYAML.h | 73 +++++++ include/llvm/ObjectYAML/MachOYAML.h | 1 - include/llvm/Support/Dwarf.h | 2 +- lib/ObjectYAML/DWARFYAML.cpp | 66 ++++++- test/ObjectYAML/MachO/DWARF-debug_info.yaml | 53 +++++ ...DWARF-debug_info.yaml => DWARF-debug_line.yaml} | 216 ++++++++++++++------- tools/obj2yaml/dwarf2yaml.cpp | 128 +++++++++++- tools/yaml2obj/yaml2dwarf.cpp | 95 +++++++++ tools/yaml2obj/yaml2macho.cpp | 2 + tools/yaml2obj/yaml2obj.h | 1 + 10 files changed, 552 insertions(+), 85 deletions(-) copy test/ObjectYAML/MachO/{DWARF-debug_info.yaml => DWARF-debug_line.yaml} (78%)