summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-28 09:20:00 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-12 10:51:30 -0700
commit591029c787604aa6f1cf5152e2915815ac9389a2 (patch)
tree15af6dba747635e91814645294d7ca4a09e96d45 /recipes-devtools
parent0f38186ae93400b870f7f92938bbf8643e7da958 (diff)
downloadmeta-clang-591029c787604aa6f1cf5152e2915815ac9389a2.tar.gz
spirv-llvm-translator: Update to latest tip of trunk
So that we can get llvm 15.x support Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb6
1 files 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 206fca5..7f214d3 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -6,9 +6,9 @@ SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;br
6 git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \ 6 git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;destsuffix=git/SPIRV-Headers;name=headers;branch=master \
7 " 7 "
8 8
9PV = "14.0.0" 9PV = "15.0.0"
10SRCREV = "8937ecf4698c9283c92c35b65e5b97e6e0acf869" 10SRCREV = "1b8a00741caafac50de84f1f860b78e702722585"
11SRCREV_headers = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" 11SRCREV_headers = "0bcc624926a25a2a273d07877fd25a6ff5ba1cfb"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"
14 14