[PATCH] D77018: [MC][RISCV] Make .reloc support arbitrary relocation types

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 29 10:40:46 PDT 2020


MaskRay created this revision.
MaskRay added reviewers: asb, lenary, luismarques.
Herald added subscribers: llvm-commits, danielkiss, evandro, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, kristof.beyls.
Herald added a project: LLVM.
MaskRay updated this revision to Diff 253433.
MaskRay added a comment.

Forgot to upload reloc-directive-err.s


Similar to D76746 <https://reviews.llvm.org/D76746> (ARM), D76754 <https://reviews.llvm.org/D76754> (AArch64) and llvmorg-11-init-6967-g152d14da64c (x86)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77018

Files:
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  llvm/test/MC/RISCV/reloc-directive-err.s
  llvm/test/MC/RISCV/reloc-directive.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77018.253433.patch
Type: text/x-patch
Size: 9295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200329/994f8995/attachment-0001.bin>


More information about the llvm-commits mailing list