[JITLink][x86-64] Add x86_64::Pointer8 edge kind, ELF::R_X86_64_8 reloc support.
authorLang Hames <lhames@gmail.com>
Sun, 16 Apr 2023 02:35:36 +0000 (02:35 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 16 Apr 2023 02:35:36 +0000 (02:35 +0000)
commit9ee16eb526f7ef2e407d8fd67fed46403350ec99
tree5d0196b1954f18ddccb14e93900b0da024fea879
parent258e04fa881826478527ba49c9b24b089c376ed6
[JITLink][x86-64] Add x86_64::Pointer8 edge kind, ELF::R_X86_64_8 reloc support.

This commit adds an x86-64 Pointer8 edge kind (8-bit pointer), and uses it to
implement support for the ELF::R_X86_64_8 relocation kind.
llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_8.s [new file with mode: 0644]