This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d4223acf15 [CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projects new 177a4fc2d2c MC: Add support for mach-o build_version
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 | 2 +- include/llvm/MC/MCAssembler.h | 34 +++-- include/llvm/MC/MCStreamer.h | 11 +- lib/MC/MCAsmStreamer.cpp | 40 +++++- lib/MC/MCAssembler.cpp | 4 +- lib/MC/MCMachOStreamer.cpp | 10 +- lib/MC/MCParser/DarwinAsmParser.cpp | 194 +++++++++++++++++++------- lib/MC/MachObjectWriter.cpp | 52 ++++--- test/MC/MachO/ARM/build-version-diagnostics.s | 56 ++++++++ test/MC/MachO/ARM/build-version-encode.s | 10 ++ test/MC/MachO/ARM/build-version.s | 19 +++ test/MC/MachO/ARM/version-min-diagnostics.s | 8 +- test/MC/MachO/ARM/version-min-diagnostics2.s | 38 ++--- 13 files changed, 360 insertions(+), 118 deletions(-) create mode 100644 test/MC/MachO/ARM/build-version-diagnostics.s create mode 100644 test/MC/MachO/ARM/build-version-encode.s create mode 100644 test/MC/MachO/ARM/build-version.s