[JITLink] Sink ELFX86RelocationKind into implementation file (ELF_x86_64.cpp).
authorLang Hames <lhames@gmail.com>
Thu, 1 Sep 2022 19:26:47 +0000 (12:26 -0700)
committerLang Hames <lhames@gmail.com>
Thu, 1 Sep 2022 20:36:49 +0000 (13:36 -0700)
commit06c46344838858623e17e64dde57a2edce05bbac
treeac3ea90d62006fd6922c7b2e1c80a96863434884
parentc29c6170fd0a530978806ff944da5313782366b6
[JITLink] Sink ELFX86RelocationKind into implementation file (ELF_x86_64.cpp).

The ELF/x86-64 backend uses the generic x86_64 edges now, so the
ELFX86RelocationKind is just an implementation detail.
llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp