rust-lld is no longer distributed as part of the package if you link against a custom LLVM (which is exactly what Chromium/Brave does), since bootstrap knows nothing about the lld that comes from the external LLVM. Raised an issue here, where the team confirmed that prior to this change, their bootstrap process unintentionally copied lld from the external location (specified by llvm-config) into the sysroot, renaming it as rust-lld.
We'll continue to use lld as rust-lld from src/third_party/rust-toolchain-intermediate/llvm-host-install/bin.
rust-lldis no longer distributed as part of the package if you link against a custom LLVM (which is exactly what Chromium/Brave does), since bootstrap knows nothing about thelldthat comes from the external LLVM. Raised an issue here, where the team confirmed that prior to this change, their bootstrap process unintentionally copiedlldfrom the external location (specified byllvm-config) into the sysroot, renaming it asrust-lld.We'll continue to use
lldasrust-lldfromsrc/third_party/rust-toolchain-intermediate/llvm-host-install/bin.