[PATCH] D55279: [RISCV] Support assembling %got_pcrel_hi operator
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 10:49:31 PST 2018
rogfer01 added a comment.
This patch is a very reasonable one: it is a bit weird we can't expand `la` (under `-fPIC`) because `R_RISCV_GOT_HI20` relocation does not have any associated syntax.
But I think we should go first to https://github.com/riscv/riscv-elf-psabi-doc (or the relevant forum) and suggest this new syntax before commiting this.
What do you think?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55279/new/
https://reviews.llvm.org/D55279
More information about the llvm-commits
mailing list