From 6cb182471753eefc2959696737062d5e93414d1c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Feb 2024 21:11:56 -0800 Subject: llvm: Update to 18.1.0 RC4 This is last milestone before final release (From OE-Core rev: db3bf550a372c0b3fd07095c38ce63764ad5a2e8) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/llvm/llvm_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools') 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)}" LLVM_RELEASE = "${PV}" BRANCH = "release/${MAJOR_VERSION}.x" -SRCREV = "0d656f0f12d447ac0e197618a0d25495d66388d1" +SRCREV = "461274b81d8641eab64d494accddc81d7db8a09e" SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ @@ -148,6 +148,7 @@ FILES:${PN}-bugpointpasses = "\ FILES:${PN}-libllvm = "\ ${libdir}/libLLVM-${MAJOR_VERSION}.so \ + ${libdir}/libLLVM.so.${MAJOR_VER}.${MINOR_VER} \ " FILES:${PN}-liblto += "\ -- cgit v1.2.3-54-g00ecf