From 99f8af3105930577004611338ee62168b8ef8760 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 31 Jul 2022 20:25:01 -0500 Subject: [PATCH] Package `lld` in download-ci-llvm Fixes https://github.com/rust-lang/rust/issues/98340 --- src/bootstrap/dist.rs | 1 + 1 file changed, 1 insertion(+) 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",