Skip to content

Commit

Permalink
Rollup merge of #130059 - gurry:130039-remove-skip-rebuild, r=Kobzol
Browse files Browse the repository at this point in the history
Remove the unused  `llvm-skip-rebuild` option from x.py

Fixes #130039
  • Loading branch information
matthiaskrgr authored Sep 7, 2024
2 parents 0dc9f1a + 11ee513 commit 4ba483d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 148 deletions.
3 changes: 0 additions & 3 deletions src/bootstrap/src/core/config/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ pub struct Flags {
/// Unless you know exactly what you are doing, you probably don't need this.
pub bypass_bootstrap_lock: bool,

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

0 comments on commit 4ba483d

Please sign in to comment.