Fetch git submodules (#297)

The "sync-s" option tells repo to also fetch any submodules that any of
the projects may have. This will allow us to fetch llvm-dialects as a
submodule of LLPC.
This commit is contained in:
Nicolai Hähnle 2022-10-19 11:19:17 +02:00 committed by GitHub
parent 3892db498d
commit 12d06a9802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
<default revision="master"
remote="vulkan-github"
sync-j="8"
sync-c="true" />
sync-c="true"
sync-s="true" />
<project path="drivers/xgl" name="xgl" revision="dev"/>
<project path="drivers/pal" name="pal" revision="dev"/>