1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

llvm: update 15.0.7 -> 16.0.3

(From OE-Core rev: d15b4091dd94b227f4ad03cab814d2e49f1aac02)

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:
Alexander Kanavin
2023-05-09 19:23:27 +02:00
committed by Richard Purdie
parent fe5708db1d
commit 4e36c11fd1
3 changed files with 3 additions and 83 deletions
+2 -3
View File
@@ -19,18 +19,17 @@ inherit cmake pkgconfig
PROVIDES += "llvm${PV}"
PV = "15.0.7"
PV = "16.0.3"
MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
LLVM_RELEASE = "${PV}"
BRANCH = "release/${MAJOR_VERSION}.x"
SRCREV = "8dfdcc7b7bf66834a761bd8de445840ef68e4d1a"
SRCREV = "da3cd333bea572fb10470f610a27f22bcb84b08c"
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 \
file://0035-cmake-Enable-64bit-off_t-on-32bit-glibc-systems.patch;striplevel=2 \
file://llvm-config \
"