We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It manifests as linkage time errors like this when building the newlib's default RISC-V plugin. A snippet from the huge error log:
ata*>)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x21e8a): undefined reference to `llvm::MetadataTracking::retrack(void*, llvm::Metadata&, void*)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x21f2a): undefined reference to `llvm::MachineInstr::addOperand(llvm::MachineFunction&, llvm::MachineOperand const&)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x21f6a): undefined reference to `llvm::MachineInstr::addOperand(llvm::MachineFunction&, llvm::MachineOperand const&)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x21f81): undefined reference to `llvm::MetadataTracking::untrack(void*, llvm::Metadata&)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x21f98): undefined reference to `llvm::MetadataTracking::untrack(void*, llvm::Metadata&)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x21fc3): undefined reference to `llvm::MachineRegisterInfo::createVirtualRegister(llvm::TargetRegisterClass const*, llvm::StringRef)' /usr/bin/ld: RISCVISelLowering.cpp:(.text+0x22006): undefined reference to `llvm::MetadataTracking::track(void*, llvm::Metadata&, llvm::PointerUnion<llvm::MetadataAsValue*, llvm::Metadata*>)'
The text was updated successfully, but these errors were encountered:
Explicit enabling of riscv support
e18688c
...using --enable-riscv in configure. Disabled by default until we test it a bit more and #281 is fixed.
No branches or pull requests
It manifests as linkage time errors like this when building the newlib's default RISC-V plugin. A snippet from the huge error log:
The text was updated successfully, but these errors were encountered: