diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-27 10:00:09 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 00:43:26 -0700 |
commit | 75d17d93ffd4581fecb693475647ed93ca62989a (patch) | |
tree | cda16044cf08802f03cec67470d46baaa41cb6ae | |
parent | c4e124021e90e70532edb977c2e60aa67448d019 (diff) | |
download | meta-clang-75d17d93ffd4581fecb693475647ed93ca62989a.tar.gz |
spirv-llvm-translator: Bump spirv-headers to matching tag
This brings specifically this commit
Remove dependency on SPIRV-Headers for SPV_INTEL_maximum_registers
Which is needed to fix build errors with bump to 18.1.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 2 |
1 files changed, 1 insertions, 1 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 d6f11c5..b5a82c4 100644 --- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb +++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;br | |||
8 | 8 | ||
9 | PV = "18.1.0" | 9 | PV = "18.1.0" |
10 | SRCREV = "ad99707fd80189dca0ca76ed89946ae383e9a030" | 10 | SRCREV = "ad99707fd80189dca0ca76ed89946ae383e9a030" |
11 | SRCREV_headers = "d3c2a6fa95ad463ca8044d7fc45557db381a6a64" | 11 | SRCREV_headers = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3" |
12 | 12 | ||
13 | SRCREV_FORMAT = "default_headers" | 13 | SRCREV_FORMAT = "default_headers" |
14 | 14 | ||