move download-ci-llvm
logic from bootstrap.py to rustbuild
#77977
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
As discussed a bit in the comments of #77756 , it'd be great if the logic handling LLVM setup / download was integrated with rustbuild directly. The main blocker being that rustbuild would need to depend on an http client library.
Currently, the python script does system calls to
curl
or to Powershell'sWebClient
depending on the platform.The text was updated successfully, but these errors were encountered: