[all-commits] [llvm/llvm-project] ba8683: [JITLink][MachO][AArch64] More PAGEOFF12 relocatio...
lhames via All-commits
all-commits at lists.llvm.org
Wed Aug 5 21:46:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba8683f29290f9ccc16b9403d537241c1e25c4f9
https://github.com/llvm/llvm-project/commit/ba8683f29290f9ccc16b9403d537241c1e25c4f9
Author: Lang Hames <lhames at gmail.com>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
M llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_relocations.s
Log Message:
-----------
[JITLink][MachO][AArch64] More PAGEOFF12 relocation fixes.
Correctly sign extend the addend, and fix implicit shift operand decoding
(it incorrectly returned 0 for some cases), and check that the initial
encoded immediate is 0.
More information about the All-commits
mailing list