We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if-available
download-ci-llvm
1 parent 290d792 commit 35d14ddCopy full SHA for 35d14dd
src/bootstrap/src/core/config/config.rs
@@ -2488,11 +2488,6 @@ impl Config {
2488
2489
b
2490
}
2491
- // FIXME: "if-available" is deprecated. Remove this block later (around mid 2024)
2492
- // to not break builds between the recent-to-old checkouts.
2493
- Some(StringOrBool::String(s)) if s == "if-available" => {
2494
- llvm::is_ci_llvm_available(self, asserts)
2495
- }
2496
Some(StringOrBool::String(s)) if s == "if-unchanged" => if_unchanged(),
2497
Some(StringOrBool::String(other)) => {
2498
panic!("unrecognized option for download-ci-llvm: {:?}", other)
0 commit comments