[llvm] [RISCV] Vendor Relocations for Xqci extension (PR #135400)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 21:14:51 PDT 2025
================
@@ -611,6 +612,50 @@ bool RISCVAsmBackend::evaluateTargetFixup(const MCFixup &Fixup,
isPCRelFixupResolved(AUIPCTarget.getAddSym(), *AUIPCDF);
}
+void RISCVAsmBackend::maybeAddVendorReloc(const MCFragment &F,
+ const MCFixup &Fixup) {
+ MCContext &Ctx = Asm->getContext();
+
----------------
lenary wrote:
Done, with a little reorder to not grab the context until as late as possible
https://github.com/llvm/llvm-project/pull/135400
More information about the llvm-commits
mailing list