We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7edd3 commit ee649ddCopy full SHA for ee649dd
src/bootstrap/src/utils/change_tracker.rs
@@ -606,4 +606,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
606
severity: ChangeSeverity::Info,
607
summary: "New option `gcc.libgccjit-libs-dir` to specify which libgccjit.so to use per target.",
608
},
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
+ },
614
];
0 commit comments