[PATCH] D55335: [RISCV, WIP] Support assembling @plt symbol operands

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 14:23:43 PST 2018


lewis-revill added a comment.

Ideally no. I guess it would be good to error when parsing rather than trying to emit a `R_RISCV_CALL_PLT` relocation for a non-call... I'm leaning towards checking `Operands[0]` at the moment but it depends what others think.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55335





More information about the llvm-commits mailing list