From 12d06a9802d75fd043fb4002a1854cc5d5d121f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolai=20H=C3=A4hnle?= Date: Wed, 19 Oct 2022 11:19:17 +0200 Subject: [PATCH] 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. --- default.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 321198a..b97434b 100644 --- a/default.xml +++ b/default.xml @@ -7,7 +7,8 @@ + sync-c="true" + sync-s="true" />