This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c9c739b63fc [BinaryFormat] Update Mach-O ARM64E CPU subtype and dumping new ac3709e19f5 [RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
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/ExecutionEngine/RuntimeDyld.h | 26 +- include/llvm/ExecutionEngine/RuntimeDyldChecker.h | 37 ++- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 86 ++++-- .../RuntimeDyld/RuntimeDyldChecker.cpp | 319 +++++++-------------- .../RuntimeDyld/RuntimeDyldCheckerImpl.h | 59 ++-- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 3 - lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 46 +-- tools/llvm-rtdyld/llvm-rtdyld.cpp | 260 +++++++++++++---- 8 files changed, 493 insertions(+), 343 deletions(-)