mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
llvm: upgrade 9.0.1 -> 10.0.1
(From OE-Core rev: 0e9f286e1c4567e6d3812c0681c168720984b8ce) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bdf966739a
commit
1592cdaf83
@@ -26,7 +26,7 @@ QEMUVERSION ?= "5.0%"
|
||||
GOVERSION ?= "1.14%"
|
||||
# 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 ?= "9.0.1"
|
||||
LLVMVERSION ?= "10.0.1"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
|
||||
|
||||
@@ -19,7 +19,7 @@ inherit cmake pkgconfig
|
||||
|
||||
PROVIDES += "llvm${PV}"
|
||||
|
||||
MAJOR_VERSION = "9"
|
||||
MAJOR_VERSION = "10"
|
||||
MINOR_VERSION = "0"
|
||||
PATCH_VERSION = "1"
|
||||
|
||||
@@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
|
||||
LLVM_DIR = "llvm${LLVM_RELEASE}"
|
||||
|
||||
BRANCH = "release/${MAJOR_VERSION}.x"
|
||||
SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
|
||||
SRCREV = "ef32c611aa214dea855364efd7ba451ec5ec3f74"
|
||||
SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \
|
||||
file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \
|
||||
file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
|
||||
|
||||
Reference in New Issue
Block a user