diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-25 08:44:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:20 +0000 |
commit | 3fdb6e1b772145891ea0f2708cc7423a3616a396 (patch) | |
tree | afd80675806cc21f6af592e2ebe74116533bc884 /meta/recipes-devtools/llvm | |
parent | 7bf45fa0eddf17a4d6402ae8321be213a7956bd7 (diff) | |
download | poky-3fdb6e1b772145891ea0f2708cc7423a3616a396.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/llvm')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch b/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch index 20eea060b1..48af6fc283 100644 --- a/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch +++ b/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | |||
@@ -7,7 +7,7 @@ Otherwise, there are instances which are identical in | |||
7 | every other field and therefore sort non-reproducibly | 7 | every other field and therefore sort non-reproducibly |
8 | (which breaks binary and source reproducibiliy). | 8 | (which breaks binary and source reproducibiliy). |
9 | 9 | ||
10 | Upstream-Status: Pending | 10 | Upstream-Status: Submitted [https://reviews.llvm.org/D97477] |
11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
12 | --- | 12 | --- |
13 | llvm/utils/TableGen/AsmMatcherEmitter.cpp | 5 ++++- | 13 | llvm/utils/TableGen/AsmMatcherEmitter.cpp | 5 ++++- |
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 43395f8cfc..86def0878c 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -19,9 +19,9 @@ inherit cmake pkgconfig | |||
19 | 19 | ||
20 | PROVIDES += "llvm${PV}" | 20 | PROVIDES += "llvm${PV}" |
21 | 21 | ||
22 | MAJOR_VERSION = "10" | 22 | MAJOR_VERSION = "11" |
23 | MINOR_VERSION = "0" | 23 | MINOR_VERSION = "1" |
24 | PATCH_VERSION = "1" | 24 | PATCH_VERSION = "0" |
25 | 25 | ||
26 | PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" | 26 | PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" |
27 | 27 | ||
@@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}" | |||
29 | LLVM_DIR = "llvm${LLVM_RELEASE}" | 29 | LLVM_DIR = "llvm${LLVM_RELEASE}" |
30 | 30 | ||
31 | BRANCH = "release/${MAJOR_VERSION}.x" | 31 | BRANCH = "release/${MAJOR_VERSION}.x" |
32 | SRCREV = "ef32c611aa214dea855364efd7ba451ec5ec3f74" | 32 | SRCREV = "1fdec59bffc11ae37eb51a1b9869f0696bfd5312" |
33 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ | 33 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ |
34 | file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ | 34 | file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ |
35 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 35 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |