Skip to content

Commit 572563d

Browse files
committed
Add new ChangeInfo for the new option gcc.libgccjit-libs-dir
1 parent 9336a4b commit 572563d

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
@@ -601,4 +601,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
601601
severity: ChangeSeverity::Info,
602602
summary: "New options `rust.rustflags` for all targets and per-target `rustflags` that will pass specified flags to rustc for all stages. Target-specific flags override global `rust.rustflags` ones.",
603603
},
604+
ChangeInfo {
605+
change_id: 148931,
606+
severity: ChangeSeverity::Info,
607+
summary: "New option `gcc.libgccjit-libs-dir` to specify which libgccjit.so to use per target.",
608+
},
604609
];

0 commit comments

Comments
 (0)