[PATCH] D55279: [RISCV] Support assembling %got_pcrel_hi operator

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 10 19:14:37 PST 2018


lewis-revill requested changes to this revision.
lewis-revill added a comment.
This revision now requires changes to proceed.

Do you need to add a check for `RISCV::fixup_riscv_pcrel_hi20` in `getPcRelHiExpr`? Currently this is returning null and causing a segfault when running your `relocations.s` tests.


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