diff mbox series

[1/8] spirv-llvm-translator: upgrade 23.1.0 -> 23.1.1

Message ID 20260902-mathieu-updates-2026-09-02-v1-1-039b74833ec7@bootlin.com
State Under Review
Headers show
Series Upgrades of 2026-09-02 | expand

Commit Message

Mathieu Dubois-Briand Sept. 2, 2026, 3:46 p.m. UTC
Changelog:
- Fix memory leak in isInternalSPIRVBuiltin

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 ...{spirv-llvm-translator_23.1.0.bb => spirv-llvm-translator_23.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_23.1.0.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_23.1.1.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_23.1.0.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_23.1.1.bb
index fd1dd9cfae71..42e3236b38c0 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_23.1.0.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_23.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_230"
-SRCREV = "19a29d4376ab470909ba43ca014ae668fb1156c9"
+SRCREV = "c808623558686b7b285cabfa71542a93a5390f55"
 SRC_URI = " \
     git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${SPIRV_BRANCH};tag=v${PV} \
 "