Skip to content

Commit bf5fb76

Browse files
committed
update bootstrap change history
1 parent ab8101d commit bf5fb76

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 = 116998
33+
change-id = 117435
3434

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

src/bootstrap/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const LLD_FILE_NAMES: &[&str] = &["ld.lld", "ld64.lld", "lld-link", "wasm-ld"];
7777
///
7878
/// If you make any major changes (such as adding new values or changing default values), please
7979
/// ensure that the associated PR ID is added to the end of this list.
80-
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116998];
80+
pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116998, 117435];
8181

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

0 commit comments

Comments
 (0)