Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bootstrap: fix change_id for rust.lld change
  • Loading branch information
tshepang authored Oct 20, 2025
commit 5d2cff9ca77cce5819a11e41a791095501cd6e7e
2 changes: 1 addition & 1 deletion src/bootstrap/src/utils/change_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
summary: "`compiletest` is now always built with the stage 0 compiler, so `build.compiletest-use-stage0-libtest` has no effect.",
},
ChangeInfo {
change_id: 147157,
change_id: 147626,
severity: ChangeSeverity::Warning,
summary: "`rust.lld = true` no longer automatically causes the `x86_64-unknown-linux-gnu` target to default into using the self-contained LLD linker. This target now uses the LLD linker by default. To opt out, set `target.x86_64-unknown-linux-gnu.default-linker-linux-override = 'off'`.",
},
Expand Down
Loading