Skip to content

Commit 6d9b92f

Browse files
committed
add change information for PR#117813
Signed-off-by: onur-ozkan <[email protected]>
1 parent a4a5c97 commit 6d9b92f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config.example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# If `change-id` does not match the version that is currently running,
3232
# `x.py` will prompt you to update it and check the related PR for more details.
33-
change-id = 116881
33+
change-id = 117813
3434

3535
# =============================================================================
3636
# Tweaking how LLVM is compiled

src/bootstrap/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
123123
severity: ChangeSeverity::Warning,
124124
summary: "Default value of `download-ci-llvm` was changed for `codegen` profile.",
125125
},
126+
ChangeInfo {
127+
change_id: 117813,
128+
severity: ChangeSeverity::Info,
129+
summary: "Use of the `if-available` value for `download-ci-llvm` is deprecated; prefer using the new `if-unchanged` value.",
130+
},
126131
];
127132

128133
/// Extra --check-cfg to add when building

0 commit comments

Comments
 (0)