Don't clone LLVM submodule when download-ci-llvm is set
Previously, `downloading_llvm` would check `self.build` while it was still an empty string, and think it was always false. This fixes the check.
This commit is contained in:
parent
b122908617
commit
db115f13f3
@ -1085,10 +1085,10 @@ def bootstrap(help_triggered):
|
||||
else:
|
||||
build.set_normal_environment()
|
||||
|
||||
build.build = args.build or build.build_triple()
|
||||
build.update_submodules()
|
||||
|
||||
# Fetch/build the bootstrap
|
||||
build.build = args.build or build.build_triple()
|
||||
build.download_stage0()
|
||||
sys.stdout.flush()
|
||||
build.ensure_vendored()
|
||||
|
Loading…
x
Reference in New Issue
Block a user