mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
llvm: Upgrade to 17.0.1
This is first release in 17.x major release (From OE-Core rev: 388c6dd0ac470a8e83233adf50ad8e7d9029728f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,14 +14,14 @@ RDEPENDS:${PN}:append:class-target = " ncurses-terminfo"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
PV = "16.0.6"
|
||||
PV = "17.0.1"
|
||||
|
||||
MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||
|
||||
LLVM_RELEASE = "${PV}"
|
||||
|
||||
BRANCH = "release/${MAJOR_VERSION}.x"
|
||||
SRCREV = "7cbf1a2591520c2491aa35339f227775f4d3adf6"
|
||||
SRCREV = "e19b7dc36bc047b9eb72078d034596be766da350"
|
||||
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