This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26ec8e8 [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by re [...] new dfc9470 [Kaleidoscope][BuildingAJIT] Remove leftover debugging output [...] new 7593509 [obj2yaml][yaml2obj] Support for MachO lazy bindings new 81b104b [Docs][WritingAnLLVMBackend] Makefiles are deprecated new 1c5d1ef [libFuzzer] refactor: hide CurrentUnitData inside an interfac [...]
The 4 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: docs/WritingAnLLVMBackend.rst | 28 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 4 - include/llvm/ObjectYAML/MachOYAML.h | 1 + lib/Fuzzer/FuzzerInternal.h | 10 + lib/Fuzzer/FuzzerLoop.cpp | 3 + lib/Fuzzer/FuzzerTraceState.cpp | 52 ++- lib/ObjectYAML/MachOYAML.cpp | 1 + test/ObjectYAML/MachO/lazy_bind_opcode.yaml | 466 +++++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 2 + tools/yaml2obj/yaml2macho.cpp | 2 + 10 files changed, 522 insertions(+), 47 deletions(-) create mode 100644 test/ObjectYAML/MachO/lazy_bind_opcode.yaml