From 3a71d6c739b5185710eac888440eb14a16ff9f6d Mon Sep 17 00:00:00 2001 From: zjgarvey Date: Thu, 12 Mar 2026 17:21:40 -0700 Subject: [PATCH] Add missing third_party/printf to iree nested submodules The printf submodule was missing from the default nested-submodules list for iree, causing it not to be fetched. Assisted-By: Claude Opus 4.6 Signed-off-by: zjgarvey --- build_tools/fetch_sources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/fetch_sources.py b/build_tools/fetch_sources.py index f062c33415..ec66ba8737 100755 --- a/build_tools/fetch_sources.py +++ b/build_tools/fetch_sources.py @@ -434,6 +434,7 @@ def main(argv): "third_party/benchmark", "third_party/llvm-project", "third_party/torch-mlir", + "third_party/printf", ], ) ],