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:
parent
3892db498d
commit
12d06a9802
@ -7,7 +7,8 @@
|
|||||||
<default revision="master"
|
<default revision="master"
|
||||||
remote="vulkan-github"
|
remote="vulkan-github"
|
||||||
sync-j="8"
|
sync-j="8"
|
||||||
sync-c="true" />
|
sync-c="true"
|
||||||
|
sync-s="true" />
|
||||||
|
|
||||||
<project path="drivers/xgl" name="xgl" revision="dev"/>
|
<project path="drivers/xgl" name="xgl" revision="dev"/>
|
||||||
<project path="drivers/pal" name="pal" revision="dev"/>
|
<project path="drivers/pal" name="pal" revision="dev"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user