[JITLink][ELF][x86-64] Implement ELF::R_X86_64_NONE.
authorLang Hames <lhames@gmail.com>
Sun, 16 Apr 2023 03:13:38 +0000 (03:13 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 16 Apr 2023 03:19:11 +0000 (03:19 +0000)
commit8308e81b741eb066b6dc959c47a5536fcaa94023
tree04cc6635fdc3e52c62ecbdfb7eb7b9c88699d538
parent06fd423de16b8b362ce902704ca061556c4146b4
[JITLink][ELF][x86-64] Implement ELF::R_X86_64_NONE.

R_X86_64_NONE is a no-op, so we just need to return from addSingleRelocation
early.
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/test/ExecutionEngine/JITLink/x86-64/ELF_R_X86_64_NONE.yaml [new file with mode: 0644]