riscv-lld
riscv-lld copied to clipboard
Upstreaming
Hi, Are there any plans to upstream? Rust has support for riscv32imac-unknown-none-elf now and distributes lldb and lld. So that would help the rust community to get a precompiled toolchain (and likely also other languages that use llvm).
Hi,
The first 3 commits have been under review at LLVM phabricator: https://reviews.llvm.org/D39322 https://reviews.llvm.org/D39323 https://reviews.llvm.org/D39324
I'd appreciate if anyone can help reviewing these patches.
FYI, the first patch has landed in upstream. This should be sufficient for linking bare metal ELF programs without enabling relaxation.
Is something still blocking this? AFAICS all the PRs are merged?