diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 6291b204e485f..b3593586730f5 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -2048,6 +2048,7 @@ impl Step for RustDev { // src/bootstrap/download-ci-llvm-stamp as well, otherwise local users // will not pick up the extra file until LLVM gets bumped. for bin in &[ + "lld", "llvm-config", "llvm-ar", "llvm-objdump",