From b10319c1c513de8dd7a1d7cf5a45265589978654 Mon Sep 17 00:00:00 2001 From: kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:13:27 -0500 Subject: Update spirv-tool submodule to include the debug instruct fix (#7541) * Update spirv-tool submodule to include the debug instruct fix Update spirv-tool to our forked repo that include the fix of spirv-val bug. It mistakenly relocates the `DebugFunctionDefinition`. The upstream PR is: https://github.com/KhronosGroup/SPIRV-Tools/pull/6198 But it's still pending on review. Issue #7491 will keep track the process, when the upstream PR is merged, we need to restore the repo back to upstream repo. --- .gitmodules | 2 +- external/spirv-tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 16c95786d..c0f57856b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/shader-slang/slang-binaries [submodule "external/spirv-tools"] path = external/spirv-tools - url = https://github.com/KhronosGroup/SPIRV-Tools.git + url = https://github.com/shader-slang/SPIRV-Tools.git [submodule "external/spirv-headers"] path = external/spirv-headers url = https://github.com/KhronosGroup/SPIRV-Headers.git diff --git a/external/spirv-tools b/external/spirv-tools index 33e025681..faa7318dc 160000 --- a/external/spirv-tools +++ b/external/spirv-tools @@ -1 +1 @@ -Subproject commit 33e02568181e3312f49a3cf33df470bf96ef293a +Subproject commit faa7318dc9e7c2e0af0a280a66fe1dc8edf0ec1e -- cgit v1.2.3