about summary refs log tree commit diff
path: root/compiler/rustc_lint/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-28 19:52:56 +0000
committerbors <bors@rust-lang.org>2024-06-28 19:52:56 +0000
commite9e6e2e444c30c23a9c878a88fbc3978c2acad95 (patch)
tree75f1cbc8abb76cbeae02e32aa20c8cc18ef48bd1 /compiler/rustc_lint/src
parentc4c0897a262d42f26f89aaca16ed52457f6a4f05 (diff)
parent17b843bc2cc2db2bf86f2c93ec3bade5f358ba57 (diff)
downloadrust-e9e6e2e444c30c23a9c878a88fbc3978c2acad95.tar.gz
rust-e9e6e2e444c30c23a9c878a88fbc3978c2acad95.zip
Auto merge of #126701 - onur-ozkan:build-lld-if-enabled, r=Kobzol
ignore `llvm::Lld` if lld is not enabled

People are having trouble ([ref. zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/MSVC.20Runtime.20mismatch.20when.20building.20LLD)) when they don't want to build `lld` for their custom distribution tarballs even with `lld = false` in their config.toml. This is because it is not controlled by `lld_enabled` flag. This change ensures that `llvm:Lld` is controlled by lld configuration.

Additionally, `lld = true` is set by default for dist profile, because we have been building it all along and this maintains that behavior.

try-job: x86_64-mingw
Diffstat (limited to 'compiler/rustc_lint/src')
0 files changed, 0 insertions, 0 deletions