From f3a6d924714029e186c9fc3a658737121dbe8195 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 25 May 2024 10:49:40 -0700 Subject: spirv-llvm-translator: Upgrade to 18.1.0 Signed-off-by: Khem Raj --- recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb index 78f025b..d6f11c5 100644 --- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb +++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb @@ -1,13 +1,13 @@ LICENSE = "NCSA" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" -BRANCH = "main" +BRANCH = "llvm_release_180" SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=main \ " -PV = "18.0.0+git" -SRCREV = "0e87aefecf7c5006e315427189bff87878e392c1" +PV = "18.1.0" +SRCREV = "ad99707fd80189dca0ca76ed89946ae383e9a030" SRCREV_headers = "d3c2a6fa95ad463ca8044d7fc45557db381a6a64" SRCREV_FORMAT = "default_headers" -- cgit v1.2.3-54-g00ecf