[llvm] [RISCV] Vendor Relocations for Xqci extension (PR #135400)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 3 12:40:09 PDT 2025
================
@@ -38,7 +39,7 @@ static cl::opt<bool> ULEB128Reloc(
RISCVAsmBackend::RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI,
bool Is64Bit, const MCTargetOptions &Options)
: MCAsmBackend(llvm::endianness::little), STI(STI), OSABI(OSABI),
- Is64Bit(Is64Bit), TargetOptions(Options) {
+ Is64Bit(Is64Bit), TargetOptions(Options), VendorSymbols() {
----------------
lenary wrote:
Done
https://github.com/llvm/llvm-project/pull/135400
More information about the llvm-commits
mailing list