mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
llvm: update 14.0.1 -> 14.0.3
(From OE-Core rev: 24cad5d1bb422e7d54c571902d53330c1f6514b2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c3bd8c738f
commit
1d9533d4e7
@@ -26,7 +26,7 @@ QEMUVERSION ?= "6.2%"
|
|||||||
GOVERSION ?= "1.18%"
|
GOVERSION ?= "1.18%"
|
||||||
# This can not use wildcards like 8.0.% since it is also used in mesa to denote
|
# 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
|
# llvm version being used, so always bump it with llvm recipe version bump
|
||||||
LLVMVERSION ?= "14.0.1"
|
LLVMVERSION ?= "14.0.3"
|
||||||
RUSTVERSION ?= "1.60%"
|
RUSTVERSION ?= "1.60%"
|
||||||
|
|
||||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||||
|
|||||||
@@ -19,14 +19,14 @@ inherit cmake pkgconfig
|
|||||||
|
|
||||||
PROVIDES += "llvm${PV}"
|
PROVIDES += "llvm${PV}"
|
||||||
|
|
||||||
PV = "14.0.1"
|
PV = "14.0.3"
|
||||||
|
|
||||||
MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
|
MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||||
|
|
||||||
LLVM_RELEASE = "${PV}"
|
LLVM_RELEASE = "${PV}"
|
||||||
|
|
||||||
BRANCH = "release/${MAJOR_VERSION}.x"
|
BRANCH = "release/${MAJOR_VERSION}.x"
|
||||||
SRCREV = "c62053979489ccb002efe411c3af059addcb5d7d"
|
SRCREV = "1f9140064dfbfb0bbda8e51306ea51080b2f7aac"
|
||||||
SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
|
SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
|
||||||
file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \
|
file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \
|
||||||
file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
|
file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user