Skip to content

Commit f0e4543

Browse files
authored
Unrolled build for rust-lang#130059
Rollup merge of rust-lang#130059 - gurry:130039-remove-skip-rebuild, r=Kobzol Remove the unused `llvm-skip-rebuild` option from x.py Fixes rust-lang#130039
2 parents 12b26c1 + 11ee513 commit f0e4543

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)