This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0b698fe AMDGPU: Select branch on undef to uniform scc branch new e012a3d Fix R_AARCH64_MOVW_UABS_G3 relocation
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/Object/ELFObjectFile.h | 2 +- include/llvm/Object/RelocVisitor.h | 1 + lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 72 +++++++++++++++------- .../RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s | 34 ++++++++++ .../RuntimeDyld/AArch64/ELF_ARM64_relocations.s | 33 ++++++++++ 5 files changed, 118 insertions(+), 24 deletions(-) create mode 100644 test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s create mode 100644 test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_relocations.s