summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-25 08:44:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:20 +0000
commit3fdb6e1b772145891ea0f2708cc7423a3616a396 (patch)
treeafd80675806cc21f6af592e2ebe74116533bc884 /meta/recipes-devtools/llvm/llvm
parent7bf45fa0eddf17a4d6402ae8321be213a7956bd7 (diff)
downloadpoky-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/llvm')
-rw-r--r--meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch2
1 files changed, 1 insertions, 1 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
7every other field and therefore sort non-reproducibly 7every other field and therefore sort non-reproducibly
8(which breaks binary and source reproducibiliy). 8(which breaks binary and source reproducibiliy).
9 9
10Upstream-Status: Pending 10Upstream-Status: Submitted [https://reviews.llvm.org/D97477]
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12--- 12---
13 llvm/utils/TableGen/AsmMatcherEmitter.cpp | 5 ++++- 13 llvm/utils/TableGen/AsmMatcherEmitter.cpp | 5 ++++-