This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1000189 [mips][ias] Fix O32 .cprestore directive when inside .set noa [...] new 7455ed8 [ObjectYAML] Support Thin MachO headers to YAML new 0e99482 [macho2yaml] Add support for dumping mach_headers
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/MachOYAML.h | 53 +++++++++++++++++++++++++++++++++++++ lib/ObjectYAML/CMakeLists.txt | 1 + lib/ObjectYAML/MachOYAML.cpp | 44 ++++++++++++++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 30 ++++++++++++++++++++- 4 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 include/llvm/ObjectYAML/MachOYAML.h create mode 100644 lib/ObjectYAML/MachOYAML.cpp