[PATCH] D54029: [RISCV] Properly evaluate fixup_riscv_pcrel_lo12

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 13:01:46 PST 2019


apazos added a comment.
Herald added a project: LLVM.

Hi James, I encountered another case not handled yet in this patch. It produces the error: could not find corresponding %pcrel_hi

.option push
.option norelax
 la gp, __global_pointer$
.option pop
 la sp, _sp


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54029/new/

https://reviews.llvm.org/D54029





More information about the llvm-commits mailing list