Skip to content

Commit ded5bfb

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 36017fe commit ded5bfb

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
@@ -175,4 +175,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
175175
severity: ChangeSeverity::Warning,
176176
summary: "The deprecated field `changelog-seen` has been removed. Using that field in `config.toml` from now on will result in breakage.",
177177
},
178+
ChangeInfo {
179+
change_id: 124129,
180+
severity: ChangeSeverity::Warning,
181+
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.",
182+
},
178183
];

0 commit comments

Comments
 (0)