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

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 11:33:38 PST 2018


lewis-revill updated this revision to Diff 177019.
lewis-revill added a comment.

Rebased with updated dependency and added checking for tail or call instruction mnemonic in `Operands[0]` when parsing '@plt' symbols, with appropriate tests added. This is just a proof of concept for this implementation.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55335

Files:
  lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
  lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
  lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
  test/MC/RISCV/function-call.s
  test/MC/RISCV/lla-invalid.s
  test/MC/RISCV/tail-call.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55335.177019.patch
Type: text/x-patch
Size: 8781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181206/65ca8a2f/attachment.bin>


More information about the llvm-commits mailing list