Skip to content

Commit c849eb9

Browse files
committed
bump bootstrap change-id
Signed-off-by: onur-ozkan <[email protected]>
1 parent 2344642 commit c849eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const LLD_FILE_NAMES: &[&str] = &["ld.lld", "ld64.lld", "lld-link", "wasm-ld"];
7878
/// If you make any major changes (such as adding new values or changing default values),
7979
/// please ensure that the associated PR ID is added to the end of this list.
8080
/// This is necessary because the list must be sorted by the merge date.
81-
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116998, 117435, 116881];
81+
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116998, 117435, 116881, 117813];
8282

8383
/// Extra --check-cfg to add when building
8484
/// (Mode restriction, config name, config values (if any))

0 commit comments

Comments
 (0)