This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 87749e8 [codeview] Test serialization of all known type records new 4a038a7 [obj2yaml] [yaml2obj] Support for MachO load command structures
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 | 61 +++++- include/llvm/Support/MachO.def | 45 +++- include/llvm/Support/MachO.h | 7 + lib/ObjectYAML/MachOYAML.cpp | 360 ++++++++++++++++++++++++++++++- test/ObjectYAML/MachO/load_commands.yaml | 89 ++++++++ tools/obj2yaml/macho2yaml.cpp | 25 ++- tools/yaml2obj/yaml2macho.cpp | 36 +++- 7 files changed, 590 insertions(+), 33 deletions(-)