[JITLink][ELF] PCRel32GOTLoad edge offset can be smaller three
authorStefan Gränitz <stefan.graenitz@gmail.com>
Sat, 24 Oct 2020 14:53:06 +0000 (16:53 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Sat, 24 Oct 2020 14:57:48 +0000 (16:57 +0200)
commitb6ef40891c7fb076a2f4ea860f8ee4135ae72aae
tree76e85e749bfcec551fa24a7daed468255f5bc379
parent4c5906cffd04202387d2f6b50a47d39c0e4f2c0e
[JITLink][ELF] PCRel32GOTLoad edge offset can be smaller three

Offset is 2 for MOVL instruction in test ELF_x86-64_common. This should fix the test failures.

Differential Revision: https://reviews.llvm.org/D89795
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp