This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06c03e5 Move and add comments to the top for tailcall-string-rvo.ll new fdd7755 [CMake] LINK_LIBS need to be public for Darwin dylib targets new 4877ca7 [obj2yaml] [yaml2obj] MachO support for rebase opcodes new c36e61d Add a new helper API in triple /NFC
The 3 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: cmake/modules/AddLLVM.cmake | 19 +++---- include/llvm/ADT/Triple.h | 3 ++ include/llvm/ObjectYAML/MachOYAML.h | 39 ++++++++++++++ lib/ObjectYAML/MachOYAML.cpp | 13 +++++ test/ObjectYAML/MachO/rebase_opcode.yaml | 92 ++++++++++++++++++++++++++++++++ tools/llvm-shlib/CMakeLists.txt | 11 ++++ tools/obj2yaml/macho2yaml.cpp | 54 ++++++++++++++++++- tools/yaml2obj/yaml2macho.cpp | 87 +++++++++++++++++++++++------- 8 files changed, 285 insertions(+), 33 deletions(-) create mode 100644 test/ObjectYAML/MachO/rebase_opcode.yaml