This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from deabfea0bcf [gn] Move Features.inc to clangd, create a config for it new 43a5825e0fe [JITLink] Factor basic common GOT and stub creation code in [...] new 56839f1fbe9 [BinaryFormat] Fix bitfield-ordering of MachO::relocation_i [...]
The 2 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 + .../JITLink/BasicGOTAndStubsBuilder.h | 82 ++++++++++++++ .../JITLink/JITLink_MachO_x86_64.cpp | 120 +++++++++------------ 3 files changed, 135 insertions(+), 72 deletions(-) create mode 100644 lib/ExecutionEngine/JITLink/BasicGOTAndStubsBuilder.h