mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
llvm: upgrade 18.1.8 -> 19.1.0
Changelog: https://releases.llvm.org/19.1.0/docs/ReleaseNotes.html 0002-llvm-Fix-CVE-2024-0151.patch removed since it's included in 19.1.0 (From OE-Core rev: e66a76deb812ee44c83e02b54bcba88a401f3625) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
963412f1df
commit
629b55244e
File diff suppressed because it is too large
Load Diff
@@ -25,10 +25,9 @@ LLVM_RELEASE = "${PV}"
|
||||
SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz \
|
||||
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://0002-llvm-Fix-CVE-2024-0151.patch;striplevel=2 \
|
||||
file://llvm-config \
|
||||
"
|
||||
SRC_URI[sha256sum] = "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a"
|
||||
SRC_URI[sha256sum] = "5042522b49945bc560ff9206f25fb87980a9b89b914193ca00d961511ff0673c"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
|
||||
UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
Reference in New Issue
Block a user