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 wenqinli
parent ce9be65ee9
commit f76b5cbb3c
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="67cd9d1d3016c0522ddf83ba0a0b2bda0de27d4c"/>
<project path="drivers/pal" name="pal" revision="042362399cdac1019fbc7f0ace8489aee2907883"/>