From 6d881a9946e18cd2ded346e6819332c63808e61c Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Thu, 23 Nov 2023 23:53:24 +0300 Subject: [PATCH] add change information for PR#117813 Signed-off-by: onur-ozkan --- config.example.toml | 2 +- src/bootstrap/src/lib.rs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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