This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 980cda9 Fix a crash in MergeFunctions related to ordering of weak/str [...] new 7e74f7a [obj2yaml][yaml2obj] Support for reading and dumping the Mach [...]
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/MachOYAML.h | 17 +++ lib/ObjectYAML/MachOYAML.cpp | 19 ++++ test/ObjectYAML/MachO/export_trie.yaml | 191 +++++++++++++++++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 140 ++++++++++++++++++++++-- tools/yaml2obj/yaml2macho.cpp | 44 +++++++- 5 files changed, 401 insertions(+), 10 deletions(-) create mode 100644 test/ObjectYAML/MachO/export_trie.yaml