[JITLink][x86-64] Implement ELF::R_X86_64_16.
authorLang Hames <lhames@gmail.com>
Sun, 16 Apr 2023 01:59:00 +0000 (01:59 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 16 Apr 2023 02:00:16 +0000 (02:00 +0000)
commitad7ab8f46516a5a2d6ec529ff4ce12567712a79a
tree8e6d79f5fbf605a7554e7eb76da878e7eb97df2f
parentfe216d211fa666b4a41e122e683a0dc574df3739
[JITLink][x86-64] Implement ELF::R_X86_64_16.

We already had an x86_64::Pointer16 edge kind courtesy of Sunho's COFF/x86-64
work, it just needed to be wired up.
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_16.s [new file with mode: 0644]