Skip to content

Commit

Permalink
spirv-llvm-translator: Bump to release_190
Browse files Browse the repository at this point in the history
Fixes build with clang-19

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Aug 30, 2024
1 parent 4040af9 commit db3bff8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit db3bff8

Please sign in to comment.