[PATCH] D64715: [WIP][RISCV] Use RISCV_32_PCREL reloc for FDE initial location
Edward Jones via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 04:27:31 PDT 2019
edward-jones added a comment.
Here's a link to the equivalent change made to GAS which should give more context (the commit has since be incorporated into upstream binutils):
https://github.com/riscv/riscv-binutils-gdb/commit/a6cbf936e3dce68114d28cdf60d510a3f78a6d40
I'm leaving this as WIP as I'm missing tests, and I think there's probably a better way to implement this change too (adding the VK_RISCV_PCREL feels like overkill)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64715/new/
https://reviews.llvm.org/D64715
More information about the llvm-commits
mailing list