This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2394101 [SLP] Additional test with extra args in horizontal reductions. new 6d5a027 Add LC_BUILD_VERSION load command
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/Object/MachO.h | 46 +++++++++++++++++ include/llvm/ObjectYAML/MachOYAML.h | 6 +++ include/llvm/Support/MachO.def | 2 + include/llvm/Support/MachO.h | 45 +++++++++++++++++ lib/Object/MachOObjectFile.cpp | 34 +++++++++++++ lib/ObjectYAML/MachOYAML.cpp | 21 ++++++++ test/MC/MachO/darwin-version-min-load-command.s | 7 +++ test/ObjectYAML/MachO/build_version_command.yaml | 58 ++++++++++++++++++++++ .../X86/invalid-macho-build-version.yaml | 44 ++++++++++++++++ .../llvm-objdump/X86/macho-build-version.yaml | 57 +++++++++++++++++++++ tools/llvm-objdump/MachODump.cpp | 36 ++++++++++++++ tools/llvm-readobj/MachODumper.cpp | 20 +++++++- tools/obj2yaml/macho2yaml.cpp | 17 +++++++ tools/yaml2obj/yaml2macho.cpp | 15 ++++++ 14 files changed, 407 insertions(+), 1 deletion(-) create mode 100644 test/ObjectYAML/MachO/build_version_command.yaml create mode 100644 test/tools/llvm-objdump/X86/invalid-macho-build-version.yaml create mode 100644 test/tools/llvm-objdump/X86/macho-build-version.yaml