Skip to content

Commit e7c9e12

Browse files
committed
Update change tracker
1 parent 902cec2 commit e7c9e12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,4 +566,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
566566
severity: ChangeSeverity::Info,
567567
summary: "`compiletest` is now always built with the stage 0 compiler, so `build.compiletest-use-stage0-libtest` has no effect.",
568568
},
569+
ChangeInfo {
570+
change_id: 147157,
571+
severity: ChangeSeverity::Warning,
572+
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'`.",
573+
},
569574
];

0 commit comments

Comments
 (0)