Closed
Description
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's WebClient
depending on the platform.