Logs enum name of unsupported relocation type. This also changes elf/x86 to use common util function (getELFRelocationTypeName) inside llvm object module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127715
[JITLink][ELF] Log enum name of unsupported relocation type. ClosedPublic Authored by sunho on Jun 13 2022, 10:50 PM.
Details Summary Logs enum name of unsupported relocation type. This also changes elf/x86 to use common util function (getELFRelocationTypeName) inside llvm object module.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 14 2022, 2:06 PM This revision was landed with ongoing or failed builds.Jun 15 2022, 7:26 AM Closed by commit rG9fc0aa45e331: [JITLink][ELF] Log enum name of unsupported relocation type. (authored by sunho). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437159 llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
|