Skip to content

Commit 4ba483d

Browse files
authored
Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol
Remove the unused `llvm-skip-rebuild` option from x.py Fixes #130039
2 parents 0dc9f1a + 11ee513 commit 4ba483d

File tree

5 files changed

+19
-148
lines changed

5 files changed

+19
-148
lines changed

src/bootstrap/src/core/config/flags.rs

-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ pub struct Flags {
143143
/// Unless you know exactly what you are doing, you probably don't need this.
144144
pub bypass_bootstrap_lock: bool,
145145

146-
/// whether rebuilding llvm should be skipped, overriding `skip-rebuld` in config.toml
147-
#[arg(global = true, long, value_name = "VALUE")]
148-
pub llvm_skip_rebuild: Option<bool>,
149146
/// generate PGO profile with rustc build
150147
#[arg(global = true, value_hint = clap::ValueHint::FilePath, long, value_name = "PROFILE")]
151148
pub rust_profile_generate: Option<String>,

0 commit comments

Comments
 (0)