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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 06:22:38 PDT 2019


MaskRay marked 5 inline comments as done.
MaskRay added inline comments.


================
Comment at: test/ELF/riscv-plt.s:58
+# DIS-NEXT:          auipc ra, 0
+# DIS-NEXT:   1101c: jalr ra, ra, 72
+# DIS:      foo:
----------------
jrtc27 wrote:
> No comment for `## weak at plt - . = 0x11060-0x11018 = 72`?
Thanks! I didn't update the comments while adding more instructions..


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D63076





More information about the llvm-commits mailing list