LLD is not available with download-ci-llvm
#88941
Labels
A-contributor-roadblock
Area: Makes things more difficult for new or seasoned contributors to Rust
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
When
download-ci-llvm=true
is set,lld
is not available inbuild/x86_64-unknown-linux-gnu/ci-llvm/bin
. This makes it more difficult to use a stage1 compiler to cross-compile to platforms that use LLD by default (likewasm32-unknonwn-unknown
), as the linker needs to be manually overridden in a.cargo/config
file.If we have the CI budget available, it would be useful to build LLD along with LLVM, and make it available in the archive downloaded by
x.py
.The text was updated successfully, but these errors were encountered: