diff mbox series

[1/2] spirv-llvm-translator: Upgrade to 21.1.1

Message ID 20251001181839.1618366-1-raj.khem@gmail.com
State New
Headers show
Series [1/2] spirv-llvm-translator: Upgrade to 21.1.1 | expand

Commit Message

Khem Raj Oct. 1, 2025, 6:18 p.m. UTC
Backports following fixes to 21 branch

* 29758b55 [Backport to llvm_release_210] Fix error propagation in parseSPIRV (#3365)
* 615cc15b Fix BFloat16 mangling (#3355)
* 9aae1acb [Backport to 21] Implement SPV_INTEL_bfloat16_arithmetic (#3290)
* b50fc5ca [Backport to 21] Support for SPV_INTEL_shader_atomic_bfloat16 extension (#3343) (#3349)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ...lvm-translator_21.1.0.bb => spirv-llvm-translator_21.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/spir/{spirv-llvm-translator_21.1.0.bb => spirv-llvm-translator_21.1.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
index 13a93f3c5e5..503e7df6440 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
 
 # pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201
 SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0"
-SRCREV = "acb023b63a4bafd53d0ba6a1a452b1f0e5671458"
+SRCREV = "29758b55816c14abb3e4142d42aca7a95bf46710"
 SRC_URI = " \
     git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \
 "