All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] llvm: Update to 18.1.0 RC4
@ 2024-02-29  5:11 Khem Raj
  2024-03-06 12:19 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2024-02-29  5:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] llvm: Update to 18.1.0 RC4
  2024-02-29  5:11 [PATCH] llvm: Update to 18.1.0 RC4 Khem Raj
@ 2024-03-06 12:19 ` Alexander Kanavin
  2024-03-06 15:57   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kanavin @ 2024-03-06 12:19 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] llvm: Update to 18.1.0 RC4
  2024-03-06 12:19 ` [OE-core] " Alexander Kanavin
@ 2024-03-06 15:57   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2024-03-06 15:57 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2138 bytes --]

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]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>

[-- Attachment #2: Type: text/html, Size: 3781 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-06 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29  5:11 [PATCH] llvm: Update to 18.1.0 RC4 Khem Raj
2024-03-06 12:19 ` [OE-core] " Alexander Kanavin
2024-03-06 15:57   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.