add bootstrap config change info about rust.lld
the default value changes on `x86_64-unknown-linux-gnu`, and semantics kinda as it will impact the target's default linker
This commit is contained in:
parent
4d280de47c
commit
3a90967425
1 changed files with 5 additions and 0 deletions
|
@ -185,4 +185,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Info,
|
||||
summary: r#"The compiler profile now defaults to rust.debuginfo-level = "line-tables-only""#,
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 124129,
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "`rust.lld` has a new default value of `true` on `x86_64-unknown-linux-gnu`. Starting at stage1, `rust-lld` will thus be this target's default linker. No config changes should be necessary.",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue