diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-06-09 00:33:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-13 22:10:32 +0100 |
commit | 96f64c469bb3717e1e1d420719ac11cb75c927be (patch) | |
tree | 290c15d787e2587a59b243c5a961da42159c5166 /meta/recipes-devtools/llvm | |
parent | 61db2b4796a2ac196ffb2967aa1f1029bf0d7a2c (diff) | |
download | poky-96f64c469bb3717e1e1d420719ac11cb75c927be.tar.gz |
llvm: Upgrade to 16.0.5
Release notes
16.0.4 - https://discourse.llvm.org/t/16-0-4-release/70692
16.0.5 - https://discourse.llvm.org/t/16-0-5-releae/71097
(From OE-Core rev: 4ccc42b36ced170198e78af3ca13123f5fdd734a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index a49965668f..8b0ab11b61 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -14,14 +14,14 @@ RDEPENDS:${PN}:append:class-target = " ncurses-terminfo" | |||
14 | 14 | ||
15 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
16 | 16 | ||
17 | PV = "16.0.3" | 17 | PV = "16.0.5" |
18 | 18 | ||
19 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 19 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
20 | 20 | ||
21 | LLVM_RELEASE = "${PV}" | 21 | LLVM_RELEASE = "${PV}" |
22 | 22 | ||
23 | BRANCH = "release/${MAJOR_VERSION}.x" | 23 | BRANCH = "release/${MAJOR_VERSION}.x" |
24 | SRCREV = "da3cd333bea572fb10470f610a27f22bcb84b08c" | 24 | SRCREV = "185b81e034ba60081023b6e59504dfffb560f3e3" |
25 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 25 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
26 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 26 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
27 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 27 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |