This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34fca4b [libFuzzer] reimplement the way we do -only_ascii to allow mo [...] new 7ad3d3b [obj2yaml][yaml2obj] Support for MachO bind opcodes new baaf0f7 Add new .def file to module map.
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 | 59 +++++++++++---- include/llvm/module.modulemap | 1 + lib/ObjectYAML/MachOYAML.cpp | 18 ++++- test/ObjectYAML/MachO/bind_opcode.yaml | 133 +++++++++++++++++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 66 ++++++++++++++++ tools/yaml2obj/yaml2macho.cpp | 17 +++++ 6 files changed, 277 insertions(+), 17 deletions(-) create mode 100644 test/ObjectYAML/MachO/bind_opcode.yaml