summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-28 21:11:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-01 09:31:10 +0000
commit6cb182471753eefc2959696737062d5e93414d1c (patch)
tree9fe718260e5f1ac8b827fa9e2ce2c12c86efd025 /meta/recipes-devtools/llvm/llvm_git.bb
parent140edb96aa4725e5aabc19f7c4a3691e2693aa53 (diff)
downloadpoky-6cb182471753eefc2959696737062d5e93414d1c.tar.gz
llvm: Update to 18.1.0 RC4
This is last milestone before final release (From OE-Core rev: db3bf550a372c0b3fd07095c38ce63764ad5a2e8) 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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index 40103a94ae..111fb07fac 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -24,7 +24,7 @@ MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
24LLVM_RELEASE = "${PV}" 24LLVM_RELEASE = "${PV}"
25 25
26BRANCH = "release/${MAJOR_VERSION}.x" 26BRANCH = "release/${MAJOR_VERSION}.x"
27SRCREV = "0d656f0f12d447ac0e197618a0d25495d66388d1" 27SRCREV = "461274b81d8641eab64d494accddc81d7db8a09e"
28SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ 28SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
29 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ 29 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
30 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ 30 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
@@ -148,6 +148,7 @@ FILES:${PN}-bugpointpasses = "\
148 148
149FILES:${PN}-libllvm = "\ 149FILES:${PN}-libllvm = "\
150 ${libdir}/libLLVM-${MAJOR_VERSION}.so \ 150 ${libdir}/libLLVM-${MAJOR_VERSION}.so \
151 ${libdir}/libLLVM.so.${MAJOR_VER}.${MINOR_VER} \
151" 152"
152 153
153FILES:${PN}-liblto += "\ 154FILES:${PN}-liblto += "\