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