[llvm] [RISCV] Vendor Relocations for Xqci extension (PR #135400)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed May 28 21:08:48 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;
----------------
MaskRay wrote:
rename this to `FixupKind` to be consistent with the impl.
(Beside FK_Data_ fixup kinds are almost always target-specific. "Target" probably does not convey extra meaning. )
https://github.com/llvm/llvm-project/pull/135400
More information about the llvm-commits
mailing list