[PATCH] D132530: [RISCV] Replace deprecated R_RISCV_CALL with R_RISCV_CALL_PLT

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 08:49:46 PDT 2022


MaskRay marked an inline comment as done.
MaskRay added a comment.

An alternative is to (a) replace assembler to ignore `@plt` (b) unify `riscv-call` and `riscv-plt`. It will touch many more tests, and omitting `@plt` uses the deprecated `R_RISCV_CALL` with GNU assembler (not a big issue).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132530



More information about the llvm-commits mailing list