summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-05-29 22:23:15 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-29 15:57:47 -0700
commit3c4b09c345756d6728f0da9f4e10c3debe0581c3 (patch)
tree8bb0513d7d795a856db8a4b326ddc872147369d5
parent539700354a4236c6bf233eb5e7ff00b995547de9 (diff)
downloadmeta-clang-3c4b09c345756d6728f0da9f4e10c3debe0581c3.tar.gz
spirv-llvm-translator: bump SRCREV to fix the build
* just one extra commit: spirv-llvm-translator-native/18.1.0/git $ git log --oneline ad99707fd80189dca0ca76ed89946ae383e9a030..16b2900747a3cc7993eeb39d4a8442b432a3fda0 16b29007 [LLVM-18] Remove dependency on SPIRV-Headers for SPV_INTEL_maximum_registers (#2434) * fixes: http://errors.yoctoproject.org/Errors/Build/185272/ spirv-llvm-translator-native/18.1.0/git/lib/SPIRV/libSPIRV/SPIRVEnum.h:295:17: error: ‘CapabilityRegisterLimitsINTEL’ was not declared in this scope 295 | {CapabilityRegisterLimitsINTEL}); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb4
1 files changed, 2 insertions, 2 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 2e4ed93..9226fc0 100644
--- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
+++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb
@@ -6,8 +6,8 @@ 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=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" 9PV = "18.1.0+git"
10SRCREV = "ad99707fd80189dca0ca76ed89946ae383e9a030" 10SRCREV = "16b2900747a3cc7993eeb39d4a8442b432a3fda0"
11SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" 11SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
12 12
13SRCREV_FORMAT = "default_headers" 13SRCREV_FORMAT = "default_headers"