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.
submodules = false
1 parent 432e145 commit 89d260fCopy full SHA for 89d260f
src/bootstrap/native.rs
@@ -99,6 +99,10 @@ pub(crate) fn update_llvm_submodule(build: &Build) {
99
t!(std::fs::read_dir(dir)).next().is_none()
100
}
101
102
+ if !build.config.submodules {
103
+ return;
104
+ }
105
+
106
// NOTE: The check for the empty directory is here because when running x.py
107
// the first time, the llvm submodule won't be checked out. Check it out
108
// now so we can build it.
0 commit comments