mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
llvm: update 15.0.4 -> 15.0.6
(From OE-Core rev: 7f0d417feae6efc7957c48ecc7e5b65f3fd8921b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
51434c6717
commit
03a05c9b79
@@ -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.4"
|
||||
LLVMVERSION ?= "15.0.6"
|
||||
RUSTVERSION ?= "1.66%"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||
|
||||
@@ -19,14 +19,14 @@ inherit cmake pkgconfig
|
||||
|
||||
PROVIDES += "llvm${PV}"
|
||||
|
||||
PV = "15.0.4"
|
||||
PV = "15.0.6"
|
||||
|
||||
MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||
|
||||
LLVM_RELEASE = "${PV}"
|
||||
|
||||
BRANCH = "release/${MAJOR_VERSION}.x"
|
||||
SRCREV = "5c68a1cb123161b54b72ce90e7975d95a8eaf2a4"
|
||||
SRCREV = "088f33605d8a61ff519c580a71b1dd57d16a03f8"
|
||||
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