diff options
| author | SparrowLii <liyuan179@huawei.com> | 2023-10-31 16:52:16 +0800 |
|---|---|---|
| committer | SparrowLii <liyuan179@huawei.com> | 2023-10-31 16:52:16 +0800 |
| commit | bf5fb7614b2d7fe6a3c2a9a2c922734c03e8dab6 (patch) | |
| tree | e5b787b9c07069c63d569b23a71165d0baf98b92 /src | |
| parent | ab8101d0196b6d1d0161b47fadff22bc82195fe5 (diff) | |
| download | rust-bf5fb7614b2d7fe6a3c2a9a2c922734c03e8dab6.tar.gz rust-bf5fb7614b2d7fe6a3c2a9a2c922734c03e8dab6.zip | |
update bootstrap change history
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index d7f49a6d11b..80d6b77e96b 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -77,7 +77,7 @@ const LLD_FILE_NAMES: &[&str] = &["ld.lld", "ld64.lld", "lld-link", "wasm-ld"]; /// /// If you make any major changes (such as adding new values or changing default values), please /// ensure that the associated PR ID is added to the end of this list. -pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116998]; +pub const CONFIG_CHANGE_HISTORY: &[usize] = &[115898, 116998, 117435]; /// Extra --check-cfg to add when building /// (Mode restriction, config name, config values (if any)) |
