diff mbox series

[02/11] spirv-llvm-translator: Upgrade to 23.1.0

Message ID 20260830125853.1139807-3-sunilkumar.dora@windriver.com
State New
Headers show
Series clang/llvm: Upgrade to 23.1.0 | expand

Commit Message

Dora, Sunil Kumar Aug. 30, 2026, 12:58 p.m. UTC
From: Sunil Dora <sunilkumar.dora@windriver.com>

Each release branch of the translator only builds against the
matching LLVM major. Move to the llvm_release_230 branch, pinned
at the v23.1.0 tag.

Signed-off-by: Sunil Dora <sunilkumar.dora@windriver.com>
---
 ...translator_22.1.5.bb => spirv-llvm-translator_23.1.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/spir/{spirv-llvm-translator_22.1.5.bb => spirv-llvm-translator_23.1.0.bb} (87%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_23.1.0.bb
similarity index 87%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_23.1.0.bb
index 1f80c6a27f..fd1dd9cfae 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_23.1.0.bb
@@ -5,8 +5,8 @@  LICENSE = "NCSA"
 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_220"
-SRCREV = "27afcfe385cf542197dfde8c658e1f5ff53fc2fc"
+SPIRV_BRANCH = "llvm_release_230"
+SRCREV = "19a29d4376ab470909ba43ca014ae668fb1156c9"
 SRC_URI = " \
     git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${SPIRV_BRANCH};tag=v${PV} \
 "
@@ -18,7 +18,7 @@  DEPENDS = "llvm spirv-tools spirv-headers"
 inherit cmake pkgconfig lib_package
 
 EXTRA_OECMAKE = "\
-    -DBASE_LLVM_VERSION=22.1.0 \
+    -DBASE_LLVM_VERSION=23.1.0 \
     -DCMAKE_SKIP_BUILD_RPATH=ON \
     -DBUILD_SHARED_LIBS=ON \
     -DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=${STAGING_INCDIR}/.. \