mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
llvm: update 15.0.1 -> 15.0.4
zstd is a new compression option in addition to zlib. (From OE-Core rev: 4fc3bd589fc0d43f5b14cedf552fec476b25c5db) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dececdc8e8
commit
20d0bb142d
@@ -26,7 +26,7 @@ QEMUVERSION ?= "7.1%"
|
||||
GOVERSION ?= "1.19%"
|
||||
# This can not use wildcards like 8.0.% since it is also used in mesa to denote
|
||||
# llvm version being used, so always bump it with llvm recipe version bump
|
||||
LLVMVERSION ?= "15.0.1"
|
||||
LLVMVERSION ?= "15.0.4"
|
||||
RUSTVERSION ?= "1.65%"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||
|
||||
@@ -8,7 +8,7 @@ SECTION = "devel"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe"
|
||||
|
||||
DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native"
|
||||
DEPENDS = "libffi libxml2 zlib zstd libedit ninja-native llvm-native"
|
||||
|
||||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
@@ -19,14 +19,14 @@ inherit cmake pkgconfig
|
||||
|
||||
PROVIDES += "llvm${PV}"
|
||||
|
||||
PV = "15.0.1"
|
||||
PV = "15.0.4"
|
||||
|
||||
MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||
|
||||
LLVM_RELEASE = "${PV}"
|
||||
|
||||
BRANCH = "release/${MAJOR_VERSION}.x"
|
||||
SRCREV = "b73d2c8c720a8c8e6e73b11be4e27afa6cb75bdf"
|
||||
SRCREV = "5c68a1cb123161b54b72ce90e7975d95a8eaf2a4"
|
||||
SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
|
||||
file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
|
||||
file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
|
||||
|
||||
Reference in New Issue
Block a user