Skip to content

Commit 1d1b183

Browse files
committed
Update change tracker
1 parent f5655e8 commit 1d1b183

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 causes the `x86_64-unknown-linux-gnu` target to default into using the self-contained LLD linker. You now also have to set `target.x86_64-unknown-linux-gnu.default-linker-linux = 'self-contained-lld-cc'` to achieve that.",
573+
},
569574
];

0 commit comments

Comments
 (0)