[JITLink][ELF][x86-64] Don't use intermediate edge-kinds in ELF/x86-64 backend.
authorLang Hames <lhames@gmail.com>
Sat, 15 Apr 2023 04:50:49 +0000 (04:50 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 15 Apr 2023 17:49:38 +0000 (17:49 +0000)
commitd3df7b1568e72b3f2e99b858f4457f2729368c15
tree1bbae88b696a6b979e248525a979f07bd094c3bc
parentb9d84b57f680cb294da906a6eeca2d0598c11568
[JITLink][ELF][x86-64] Don't use intermediate edge-kinds in ELF/x86-64 backend.

The mapping from ELF relocation types to JITLink x86-64 edge kinds is 1-1, so
we don't need the intermediate step.
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp