From: Khem Raj Date: Thu, 6 Nov 2025 17:29:40 +0000 (-0800) Subject: spirv-llvm-translator: Upgrade to 21.1.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a824c087bd3f3af36374efd45ce6fb8838f813b7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git spirv-llvm-translator: Upgrade to 21.1.2 [Backport to 21] Implement SPV_INTEL_predicated_io extension (#3370) (#3386) [Backport to 21] Fix incorrect translation for AtomicCmpExchangeWeak builtin ptr arg type. (#3390) (#3392) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb similarity index 94% rename from meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.bb index 503e7df6440..763afbd6080 100644 --- a/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.1.bb +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.2.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 = "29758b55816c14abb3e4142d42aca7a95bf46710" +SRCREV = "a37544fc0bb90b4e8b8d755580119c018891dfa4" SRC_URI = " \ git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \ "