[PATCH] D63076: [ELF][RISCV] Support PLT, GOT, copy and relative relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 00:08:47 PDT 2019


MaskRay updated this revision to Diff 204219.
MaskRay marked 7 inline comments as done.
MaskRay added a comment.

Address review comments.

Dispatch write32le write64le on Config->Is64
Rebase after the SymbolRel change.
Check .got.plt and .rela.plt in the test.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D63076

Files:
  ELF/Arch/RISCV.cpp
  ELF/InputSection.cpp
  test/ELF/riscv-plt.s
  test/ELF/riscv-reloc-64-pic.s
  test/ELF/riscv-reloc-copy.s
  test/ELF/riscv-reloc-got.s
  test/ELF/riscv32-reloc-32-pic.s
  test/ELF/riscv64-reloc-64-pic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63076.204219.patch
Type: text/x-patch
Size: 14961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/541ea4c6/attachment.bin>


More information about the llvm-commits mailing list