Skip to content

Commit

Permalink
Unrolled build for rust-lang#130059
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rust-timer authored Sep 8, 2024
2 parents 12b26c1 + 11ee513 commit f0e4543
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 f0e4543

Please sign in to comment.