[PATCH] D58843: [WIP][MC][RISCV] Allow targets to defer forcing relocations
Palmer Dabbelt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 19:21:34 PDT 2019
palmer-dabbelt added a comment.
Thanks. It looks like everyone is on board with mandating in the RISC-V ELF psABI specification that pcrel_lo and pcrel_hi stay in the same section. Since this is nominally an ABI break (just one that we think nobody will notice) I proposed giving it a one week countdown to officially merge -- essentially if nobody can figure out a use case for doing this within a week then we'll adopt the ABI change. More information is on the github: https://github.com/riscv/riscv-elf-psabi-doc/issues/90
Thanks for finding this!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58843/new/
https://reviews.llvm.org/D58843
More information about the llvm-commits
mailing list