[PATCH] D143673: [lld][RISCV] Implement GP relaxation for R_RISCV_HI20/R_RISCV_LO12_I/R_RISCV_LO12_S.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 15:47:30 PDT 2023


craig.topper updated this revision to Diff 505307.
craig.topper added a comment.
Herald added a subscriber: jobnoorman.

Try to address review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143673

Files:
  lld/ELF/Arch/RISCV.cpp
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/Options.td
  lld/ELF/Symbols.cpp
  lld/ELF/Symbols.h
  lld/ELF/Writer.cpp
  lld/docs/ld.lld.1
  lld/test/ELF/riscv-relax-hi20-lo12-pie.s
  lld/test/ELF/riscv-relax-hi20-lo12.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143673.505307.patch
Type: text/x-patch
Size: 9325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/ef52d836/attachment.bin>


More information about the llvm-commits mailing list