Skip to content

Commit 3a90967

Browse files
committed
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
1 parent 4d280de commit 3a90967

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
185185
severity: ChangeSeverity::Info,
186186
summary: r#"The compiler profile now defaults to rust.debuginfo-level = "line-tables-only""#,
187187
},
188+
ChangeInfo {
189+
change_id: 124129,
190+
severity: ChangeSeverity::Warning,
191+
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.",
192+
},
188193
];

0 commit comments

Comments
 (0)