summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-16 01:31:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-19 13:18:56 +0100
commit7cc253222e9cecd689a6dad32dcd6675346856b4 (patch)
tree460965fea0586cd1d5a74af4ce7a94ee13feee02 /meta/recipes-devtools/llvm/llvm_git.bb
parent0344ed776e7127bcb913387a50c7ccfaf173efa9 (diff)
downloadpoky-7cc253222e9cecd689a6dad32dcd6675346856b4.tar.gz
llvm: Bump to 16.0.6
Brings a single change [lld][WebAssembly] Fix stub library parsing with windows line endings (From OE-Core rev: 47403ab257435de4e958fd6361293cbbff5dafc9) 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_git.bb')
-rw-r--r--meta/recipes-devtools/llvm/llvm_git.bb4
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 8b0ab11b61..f3d6f24bd2 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
15inherit cmake pkgconfig 15inherit cmake pkgconfig
16 16
17PV = "16.0.5" 17PV = "16.0.6"
18 18
19MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" 19MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
20 20
21LLVM_RELEASE = "${PV}" 21LLVM_RELEASE = "${PV}"
22 22
23BRANCH = "release/${MAJOR_VERSION}.x" 23BRANCH = "release/${MAJOR_VERSION}.x"
24SRCREV = "185b81e034ba60081023b6e59504dfffb560f3e3" 24SRCREV = "7cbf1a2591520c2491aa35339f227775f4d3adf6"
25SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ 25SRC_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 \