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 9226fc04..9061300c 100644 --- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb +++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb @@ -1,14 +1,14 @@ LICENSE = "NCSA" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" -BRANCH = "llvm_release_180" +BRANCH = "llvm_release_190" 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.1.0+git" -SRCREV = "16b2900747a3cc7993eeb39d4a8442b432a3fda0" -SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" +PV = "19.1.0+git" +SRCREV = "d65c25a166531b2efb744358ad1dc5283e1cc72f" +SRCREV_headers = "efb6b4099ddb8fa60f62956dee592c4b94ec6a49" SRCREV_FORMAT = "default_headers"