We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0f3b2 commit 184fd6fCopy full SHA for 184fd6f
src/bootstrap/src/core/config/config.rs
@@ -2729,6 +2729,10 @@ impl Config {
2729
download_ci_llvm: Option<StringOrBool>,
2730
asserts: bool,
2731
) -> bool {
2732
+ // Initialize the llvm submodule if not initialized already.
2733
+ // If submodules are disabled, this does nothing.
2734
+ self.update_submodule("src/llvm-project");
2735
+
2736
let if_unchanged = || {
2737
// Git is needed to track modifications here, but tarball source is not available.
2738
// If not modified here or built through tarball source, we maintain consistency
0 commit comments