[PATCH] D132530: [RISCV] Replace deprecated R_RISCV_CALL with R_RISCV_CALL_PLT
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 22:23:02 PDT 2022
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/branch-relaxation.ll:38
; CHECK-NEXT: # %bb.3:
-; CHECK-NEXT: jump .LBB1_2, a0
+; CHECK-NEXT: jump .LBB1_2 at plt, a0
; CHECK-NEXT: .LBB1_1: # %iftrue
----------------
This seems dodgy
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