Skip to content

Commit 3e32dc2

Browse files
committed
update CONFIG_CHANGE_HISTORY
1 parent 788717b commit 3e32dc2

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
@@ -571,4 +571,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
571571
severity: ChangeSeverity::Warning,
572572
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'`.",
573573
},
574+
ChangeInfo {
575+
change_id: 147888,
576+
severity: ChangeSeverity::Info,
577+
summary: "`llvm.enzyme` now works with `download-ci-llvm=true`.",
578+
},
574579
];

0 commit comments

Comments
 (0)