diff mbox series

llvm: Update to 18.1.0 RC4

Message ID 20240229051156.3731622-1-raj.khem@gmail.com
State Accepted, archived
Commit db3bf550a372c0b3fd07095c38ce63764ad5a2e8
Headers show
Series llvm: Update to 18.1.0 RC4 | expand

Commit Message

Khem Raj Feb. 29, 2024, 5:11 a.m. UTC
This is last milestone before final release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/llvm/llvm_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Alexander Kanavin March 6, 2024, 12:19 p.m. UTC | #1
The final release is now out, please update to:
https://github.com/llvm/llvm-project/tags

Alex

On Thu, 29 Feb 2024 at 06:12, Khem Raj <raj.khem@gmail.com> wrote:
>
> This is last milestone before final release
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-devtools/llvm/llvm_git.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
> index 40103a94aea..111fb07fac9 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 += "\
> --
> 2.44.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#196412): https://lists.openembedded.org/g/openembedded-core/message/196412
> Mute This Topic: https://lists.openembedded.org/mt/104638745/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj March 6, 2024, 3:57 p.m. UTC | #2
It’s same SHA as rc4

On Wed, Mar 6, 2024 at 4:20 AM Alexander Kanavin <alex.kanavin@gmail.com>
wrote:

> The final release is now out, please update to:
> https://github.com/llvm/llvm-project/tags
>
> Alex
>
> On Thu, 29 Feb 2024 at 06:12, Khem Raj <raj.khem@gmail.com> wrote:
> >
> > This is last milestone before final release
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta/recipes-devtools/llvm/llvm_git.bb | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
> b/meta/recipes-devtools/llvm/llvm_git.bb
> > index 40103a94aea..111fb07fac9 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
> <http://github.com/llvm/llvm-project.git;branch=$%7BBRANCH%7D;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 += "\
> > --
> > 2.44.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#196412):
> https://lists.openembedded.org/g/openembedded-core/message/196412
> > Mute This Topic: https://lists.openembedded.org/mt/104638745/1686489
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index 40103a94aea..111fb07fac9 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 += "\