[PATCH] D149526: [JITLink][RISCV] Implement linker relaxation
Job Noorman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 03:33:36 PDT 2023
jobnoorman added a comment.
I managed to reproduce this on qemu-system (was using qemu-user before and the addresses just happened to be close enough together to fit `R_RISCV_CALL_PLT` there).
Should be fixed by D150957 <https://reviews.llvm.org/D150957>.
Thanks again for reporting this @Hahnfeld!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149526/new/
https://reviews.llvm.org/D149526
More information about the llvm-commits
mailing list