mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
llvm: Upgrade to 11.1.0 release
(From OE-Core rev: ca82b695bd885be05b90083e15ddb4bff47a07de) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -26,7 +26,7 @@ QEMUVERSION ?= "5.2%"
|
||||
GOVERSION ?= "1.16%"
|
||||
# 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 ?= "10.0.1"
|
||||
LLVMVERSION ?= "11.1.0"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
|
||||
|
||||
@@ -7,7 +7,7 @@ Otherwise, there are instances which are identical in
|
||||
every other field and therefore sort non-reproducibly
|
||||
(which breaks binary and source reproducibiliy).
|
||||
|
||||
Upstream-Status: Pending
|
||||
Upstream-Status: Submitted [https://reviews.llvm.org/D97477]
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
llvm/utils/TableGen/AsmMatcherEmitter.cpp | 5 ++++-
|
||||
|
||||
@@ -19,9 +19,9 @@ inherit cmake pkgconfig
|
||||
|
||||
PROVIDES += "llvm${PV}"
|
||||
|
||||
MAJOR_VERSION = "10"
|
||||
MINOR_VERSION = "0"
|
||||
PATCH_VERSION = "1"
|
||||
MAJOR_VERSION = "11"
|
||||
MINOR_VERSION = "1"
|
||||
PATCH_VERSION = "0"
|
||||
|
||||
PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
|
||||
|
||||
@@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
|
||||
LLVM_DIR = "llvm${LLVM_RELEASE}"
|
||||
|
||||
BRANCH = "release/${MAJOR_VERSION}.x"
|
||||
SRCREV = "ef32c611aa214dea855364efd7ba451ec5ec3f74"
|
||||
SRCREV = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312"
|
||||
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