summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-30 06:35:41 +0000
committerKhem Raj <raj.khem@gmail.com>2024-09-18 07:32:26 -0700
commitd7adc155ddbd08359c1c170a5366911793f5e566 (patch)
tree870fb2582095d5e7fcec77f7428ed07913a0bb45
parentabccc71daacfaf0f366c7d3aa759bbddb1a59098 (diff)
downloadmeta-clang-d7adc155ddbd08359c1c170a5366911793f5e566.tar.gz
spirv-llvm-translator: Bump to release_190
Fixes build with clang-19 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb8
1 files changed, 4 insertions, 4 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 9226fc0..9061300 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 @@
1LICENSE = "NCSA" 1LICENSE = "NCSA"
2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" 2LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
3 3
4BRANCH = "llvm_release_180" 4BRANCH = "llvm_release_190"
5SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ 5SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \
6 git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=main \ 6 git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=main \
7 " 7 "
8 8
9PV = "18.1.0+git" 9PV = "19.1.0+git"
10SRCREV = "16b2900747a3cc7993eeb39d4a8442b432a3fda0" 10SRCREV = "d65c25a166531b2efb744358ad1dc5283e1cc72f"
11SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" 11SRCREV_headers = "efb6b4099ddb8fa60f62956dee592c4b94ec6a49"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"
14 14