[PATCH] D127611: [ELF] Relax R_RISCV_CALL and R_RISCV_CALL_PLT

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 3 12:09:44 PDT 2022


MaskRay added inline comments.


================
Comment at: lld/test/ELF/riscv-relax-call.s:121
+.section .high,"ax", at progbits
+  call _start at plt # relaxable for 32c
+  call _start at plt # not relaxed
----------------
luismarques wrote:
> Nit: "32c" is confusing. "RV32C" is the usual name.
32c is the executable name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127611



More information about the llvm-commits mailing list