[JITLink][ELF][x86-64] Include relocation name in missing relocation errors.
authorLang Hames <lhames@gmail.com>
Fri, 30 Jul 2021 04:26:07 +0000 (14:26 +1000)
committerLang Hames <lhames@gmail.com>
Fri, 30 Jul 2021 05:19:11 +0000 (15:19 +1000)
commit8a241cd9c2479fc5c1fa3b31a1348bec11654367
tree77197223fdf6e38be27e964b44a089b04ab78af9
parent7a797b2902993ad9ad9a04dcf46efc64398cd7e3
[JITLink][ELF][x86-64] Include relocation name in missing relocation errors.

This saves a level of manual table lookup for those of us who don't remember
ELF relocation numbers off the top of our heads.
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp