Skip to content

Commit

Permalink
Auto merge of rust-lang#124261 - onur-ozkan:drop-llvm-if-available, r…
Browse files Browse the repository at this point in the history
…=Mark-Simulacrum

drop deprecated value `if-available` for `download-ci-llvm` option

It's been 5 months since we deprecated this. It should be fine to drop its support now.
  • Loading branch information
bors committed Apr 28, 2024
2 parents cb49406 + 35d14dd commit 91d5e4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2492,11 +2492,6 @@ impl Config {

b
}
// FIXME: "if-available" is deprecated. Remove this block later (around mid 2024)
// to not break builds between the recent-to-old checkouts.
Some(StringOrBool::String(s)) if s == "if-available" => {
llvm::is_ci_llvm_available(self, asserts)
}
Some(StringOrBool::String(s)) if s == "if-unchanged" => if_unchanged(),
Some(StringOrBool::String(other)) => {
panic!("unrecognized option for download-ci-llvm: {:?}", other)
Expand Down

0 comments on commit 91d5e4a

Please sign in to comment.