Skip to content

Commit 260d24b

Browse files
committed
Update ChangeInfo to account for new offload-clang-dir flag
1 parent e460234 commit 260d24b

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: 148671,
606+
severity: ChangeSeverity::Info,
607+
summary: "New option `llvm.offload-clang-dir` to allow building an in-tree llvm offload and openmp runtime with an external clang.",
608+
},
604609
];

0 commit comments

Comments
 (0)