[PATCH] D54721: [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR

Vladimir Stefanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 12:59:17 PST 2018


vstefanovic created this revision.
vstefanovic added a reviewer: atanasyan.
Herald added subscribers: jrtc27, arichardson, sdardis.

R_MIPS_JALR/R_MICROMIPS_JALR can now be parsed in .s files and emitted to .o.
They are still not generated with JALR.


Repository:
  rL LLVM

https://reviews.llvm.org/D54721

Files:
  lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
  lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
  test/MC/Mips/reloc-directive.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54721.174672.patch
Type: text/x-patch
Size: 6016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181119/22bea692/attachment.bin>


More information about the llvm-commits mailing list