This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35f1efa031f [llvm-objcopy][MachO] Fix method names. NFC. new 10743447fa6 [yaml2obj/obj2yaml][MachO] Allow setting custom section data
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/BinaryFormat/MachO.h | 5 + include/llvm/Object/MachO.h | 1 + include/llvm/ObjectYAML/MachOYAML.h | 3 + lib/Object/MachOObjectFile.cpp | 7 +- lib/ObjectYAML/MachOEmitter.cpp | 17 +-- lib/ObjectYAML/MachOYAML.cpp | 9 ++ test/ObjectYAML/MachO/section_data.yaml | 161 +++++++++++++++++++++++++++++ test/ObjectYAML/MachO/virtual_section.yaml | 6 +- tools/obj2yaml/macho2yaml.cpp | 40 ++++--- 9 files changed, 223 insertions(+), 26 deletions(-) create mode 100644 test/ObjectYAML/MachO/section_data.yaml