diff --git a/config.example.toml b/config.example.toml index 5f9ae039b25..c91222169d9 100644 --- a/config.example.toml +++ b/config.example.toml @@ -30,7 +30,7 @@ # # If `change-id` does not match the version that is currently running, # `x.py` will prompt you to update it and check the related PR for more details. -change-id = 116881 +change-id = 117813 # ============================================================================= # Tweaking how LLVM is compiled diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index 736a9b312f0..785a293b45a 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -124,6 +124,11 @@ fn to_string(&self) -> String { severity: ChangeSeverity::Warning, summary: "Default value of `download-ci-llvm` was changed for `codegen` profile.", }, + ChangeInfo { + change_id: 117813, + severity: ChangeSeverity::Info, + summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.", + }, ]; /// Extra --check-cfg to add when building