From 92e9b1365d354de77430a978aea5655162bc2ad2 Mon Sep 17 00:00:00 2001 From: kvp <223931578+kvpanch@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:16:45 -0500 Subject: [PATCH] remove shallow update when initializing llvm submodule --- .github/actions/get-llvm/action.yml | 2 +- llvm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/get-llvm/action.yml b/.github/actions/get-llvm/action.yml index 1413a23..000d5ee 100644 --- a/.github/actions/get-llvm/action.yml +++ b/.github/actions/get-llvm/action.yml @@ -21,7 +21,7 @@ runs: run: | if [ -z "${{ inputs.version }}" ]; then # Get the full version from the LLVM submodule. - git submodule update --init --recursive --depth 1 + git submodule update --init --recursive cd llvm # Try to get the most recent tag (e.g., "llvmorg-18.1.8") LLVM_TAG=$(git describe --tags --abbrev=0 2>/dev/null) diff --git a/llvm b/llvm index 3b5b5c1..f68f64e 160000 --- a/llvm +++ b/llvm @@ -1 +1 @@ -Subproject commit 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff +Subproject commit f68f64eb81305724d7649814f61103936c903ca6