[all-commits] [llvm/llvm-project] b27d6f: [RuntimeDyld] Fix R_AARCH64_TSTBR14 relocation
Vladislav Khmelevsky via All-commits
all-commits at lists.llvm.org
Tue Jul 5 06:41:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b27d6ffe4e4aebde3cf032be74c3dbfcbaeea909
https://github.com/llvm/llvm-project/commit/b27d6ffe4e4aebde3cf032be74c3dbfcbaeea909
Author: Vladislav Khmelevsky <och95 at yandex.ru>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
A llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_TSTBR14.s
Log Message:
-----------
[RuntimeDyld] Fix R_AARCH64_TSTBR14 relocation
Wrong mask was used to get branch instruction imm value.
Differential Revision: https://reviews.llvm.org/D128740
More information about the All-commits
mailing list