]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
spirv-llvm-translator: Upgrade to 21.1.1
authorKhem Raj <raj.khem@gmail.com>
Wed, 1 Oct 2025 18:18:38 +0000 (11:18 -0700)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fri, 3 Oct 2025 05:50:09 +0000 (07:50 +0200)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb [moved from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb with 94% similarity]

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 13a93f3c5e53eed2cd8856861aab1b09e6b07ba1..503e7df6440df8cd7945c940776ef591036932b6 100644 (file)
@@ -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} \
 "