[llvm] [RISCV] Add support for vendor relocations on Xqci extensions (PR #135400)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 11 14:39:48 PDT 2025
================
@@ -125,6 +125,18 @@ class MCAsmBackend {
return false;
}
+ /// Hook to add any marker relocations that the target may need in addition
+ /// to the normal relocations on instructions. Currently used only by RISCV
----------------
topperc wrote:
RISCV -> RISC-V
https://github.com/llvm/llvm-project/pull/135400
More information about the llvm-commits
mailing list