[PATCH] D143226: [llvm][RISCV] Introduce handling for R_RISCV_PLT32 relocation

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 17:21:35 PST 2023


mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.

LGTM pending acceptance of the spec change.



================
Comment at: llvm/test/MC/RISCV/elf-reloc-plt32.s:5
+  .section .data
+this:
+  .word extern_func at PLT - . + 4
----------------
This label is unused.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143226



More information about the llvm-commits mailing list