about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-16 01:07:45 +0000
committerbors <bors@rust-lang.org>2024-06-16 01:07:45 +0000
commitbc3618f31ea3866e6abea6995ec3979d12ffc65d (patch)
treeea63b025dc3202369055fa5c012a33e96efee777 /compiler/rustc_trait_selection/src/traits/mod.rs
parentd5b34a28cfdb46b5f9ea35727151802ef7881c4e (diff)
parentb4df72aae2a7f9ac13d4497e03f0681b6fec2010 (diff)
downloadrust-bc3618f31ea3866e6abea6995ec3979d12ffc65d.tar.gz
rust-bc3618f31ea3866e6abea6995ec3979d12ffc65d.zip
Auto merge of #126479 - Kobzol:disable-llvm-linker-by-default, r=onur-ozkan
Disable `llvm-bitcode-linker` in the default bootstrap profiles

I don't think that we really need to enable `llvm-bitcode-linker` in the default bootstrap profiles, since it seems that it is only useful for running `nvptx` tests. It should be enabled on CI, which it is, and that should be enough. People can enable it easily locally, if they want.

The linker causes occasionally some rebuild issues (https://github.com/rust-lang/rust/issues/122491, https://github.com/rust-lang/rust/issues/126464), but more importantly it is just needless work to build it locally.

I kept it enabled for `dist`, because it is distributed as a `rustup` component (for some reason it's not included in `extended`? not sure).

Fixes: https://github.com/rust-lang/rust/issues/126464
Diffstat (limited to 'compiler/rustc_trait_selection/src/traits/mod.rs')
0 files changed, 0 insertions, 0 deletions