[all-commits] [llvm/llvm-project] c4dd26: [JITLink][RISCV] Add names for GOT/PLT relocations
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Sat Oct 29 03:40:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4dd260f92698fabd761f2caa893b9e61bfc8178
https://github.com/llvm/llvm-project/commit/c4dd260f92698fabd761f2caa893b9e61bfc8178
Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/riscv.cpp
Log Message:
-----------
[JITLink][RISCV] Add names for GOT/PLT relocations
It is confusing to see "Unrecognized edge kind" in debugging output
for supported relocations; this was probably an oversight in commit
89f546f6ba which added the support.
Differential Revision: https://reviews.llvm.org/D136985
More information about the All-commits
mailing list