[PATCH] D127549: RISCV: handle 64-bit PCREL data relocations
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 17:39:27 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp:236
+ // Avoid relaxation for symbolic difference in debug and eh_frame sections
+ if (A.isInSection())
+ return !IsDebugOrEHFrameSection(A.getSection());
----------------
Should relaxation here be relocation?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127549/new/
https://reviews.llvm.org/D127549
More information about the llvm-commits
mailing list