Skip to content

Commit ee649dd

Browse files
committed
Update ChangeInfo to account for new offload-clang-dir flag
1 parent 6c7edd3 commit ee649dd

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
@@ -606,4 +606,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
606606
severity: ChangeSeverity::Info,
607607
summary: "New option `gcc.libgccjit-libs-dir` to specify which libgccjit.so to use per target.",
608608
},
609+
ChangeInfo {
610+
change_id: 148671,
611+
severity: ChangeSeverity::Info,
612+
summary: "New option `llvm.offload-clang-dir` to allow building an in-tree llvm offload and openmp runtime with an external clang.",
613+
},
609614
];

0 commit comments

Comments
 (0)