Skip to content

Commit 9cffadf

Browse files
committed
modify CONFIG_CHANGE_HISTORY
1 parent 490169e commit 9cffadf

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 = 115898
33+
change-id = 116881
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
///
7979
/// If you make any major changes (such as adding new values or changing default values), please
8080
/// ensure that the associated PR ID is added to the end of this list.
81-
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898];
81+
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[116881];
8282

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

0 commit comments

Comments
 (0)