[llvm] [RISCV] Vendor Relocations for Xqci extension (PR #135400)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Wed May 28 23:22:36 PDT 2025
================
@@ -47,9 +51,15 @@ class RISCVAsmBackend : public MCAsmBackend {
bool evaluateTargetFixup(const MCFixup &Fixup, const MCValue &Target,
uint64_t &Value) override;
+ std::optional<StringRef>
+ getVendorIdentifierForFixup(unsigned TargetFixupKind) const;
----------------
lenary wrote:
Done
https://github.com/llvm/llvm-project/pull/135400
More information about the llvm-commits
mailing list