Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-07-26 Thread akuster


On 7/26/20 10:11 AM, Trevor Gamblin wrote:
>
>
> On 7/25/20 10:58 AM, akuster808 wrote:
>> Per release notes, riscv is now supported.
>> https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html#changes-to-the-risc-v-target
>>
>> If you have time, can you also double check Riscv so these two can be
>> removed, if not maybe we can wait until this is in core.
>>
>> |
>> COMPATIBLE_HOST_riscv64 = "null"
>> COMPATIBLE_HOST_riscv32 = "null"|
>>
>> There is a qemuriscv64 machine in core.
>
> llvm broke during do_compile when I tested it against qemuriscv64.
> I'll submit the upgrade patch and look into the riscv targets issue as
> a separate patch.
>
Ah, ok. Thanks for checking.  sounds reasonable.

thanks,
Armin
>
> Trevor
>
>>
>> -armin
>>
>> On 7/25/20 4:07 AM, Alexander Kanavin wrote:
>>> Llvm 10.0.1 is now out, please rebase and resend the patches :)
>>>
>>> Alex
>>>
>>> On Fri, 29 May 2020 at 15:30, Trevor Gamblin
>>> mailto:trevor.gamb...@windriver.com>>
>>> wrote:
>>>
>>>
>>> On 5/28/20 9:57 PM, Khem Raj wrote:
>>> > On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin
>>> > >> > wrote:
>>> >> Signed-off-by: Trevor Gamblin >> >
>>> >> ---
>>> >>   meta/recipes-devtools/llvm/llvm_git.bb 
>>> | 6 +++---
>>> >>   1 file changed, 3 insertions(+), 3 deletions(-)
>>> >>
>>> >> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
>>>  b/meta/recipes-devtools/llvm/llvm_git.bb
>>> 
>>> >> index d24ed761bf..787cc3adcf 100644
>>> >> --- a/meta/recipes-devtools/llvm/llvm_git.bb 
>>> >> +++ b/meta/recipes-devtools/llvm/llvm_git.bb 
>>> >> @@ -19,9 +19,9 @@ inherit cmake pkgconfig
>>> >>
>>> >>   PROVIDES += "llvm${PV}"
>>> >>
>>> >> -MAJOR_VERSION = "9"
>>> >> +MAJOR_VERSION = "10"
>>> >>   MINOR_VERSION = "0"
>>> >> -PATCH_VERSION = "1"
>>> >> +PATCH_VERSION = "0"
>>> >>
>>> > It also needs updating LLVMVERSION in
>>> > meta/conf/distro/include/tcmode-default.inc
>>> > secondly, I would suggest to wait for 10.0.1 which is
>>> releasing in a weeks time.
>>>
>>> Alright, I'll watch for that release.
>>>
>>> Thanks!
>>>
>>> >
>>> >>   PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
>>> >>
>>> >> @@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
>>> >>   LLVM_DIR = "llvm${LLVM_RELEASE}"
>>> >>
>>> >>   BRANCH = "release/${MAJOR_VERSION}.x"
>>> >> -SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
>>> >> +SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28"
>>> >>   SRC_URI =
>>> "git://github.com/llvm/llvm-project.git;branch=${BRANCH}
>>>  \
>>> >>             
>>> 
>>> file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2
>>> \
>>> >>             
>>> file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
>>> >> --
>>> >> 2.24.1
>>> >>
>>> >>
>>>
>>>
>>> 
>>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140969): 
https://lists.openembedded.org/g/openembedded-core/message/140969
Mute This Topic: https://lists.openembedded.org/mt/74499834/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-07-26 Thread Trevor Gamblin


On 7/25/20 10:58 AM, akuster808 wrote:

Per release notes, riscv is now supported.
https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html#changes-to-the-risc-v-target

If you have time, can you also double check Riscv so these two can be 
removed, if not maybe we can wait until this is in core.


|
COMPATIBLE_HOST_riscv64  =  "null"
COMPATIBLE_HOST_riscv32  =  "null"|

There is a qemuriscv64 machine in core.


llvm broke during do_compile when I tested it against qemuriscv64. I'll 
submit the upgrade patch and look into the riscv targets issue as a 
separate patch.


Trevor



-armin

On 7/25/20 4:07 AM, Alexander Kanavin wrote:

Llvm 10.0.1 is now out, please rebase and resend the patches :)

Alex

On Fri, 29 May 2020 at 15:30, Trevor Gamblin 
mailto:trevor.gamb...@windriver.com>> 
wrote:



On 5/28/20 9:57 PM, Khem Raj wrote:
> On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin
> mailto:trevor.gamb...@windriver.com>> wrote:
>> Signed-off-by: Trevor Gamblin mailto:trevor.gamb...@windriver.com>>
>> ---
>>   meta/recipes-devtools/llvm/llvm_git.bb 
| 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
 b/meta/recipes-devtools/llvm/llvm_git.bb

>> index d24ed761bf..787cc3adcf 100644
>> --- a/meta/recipes-devtools/llvm/llvm_git.bb 
>> +++ b/meta/recipes-devtools/llvm/llvm_git.bb 
>> @@ -19,9 +19,9 @@ inherit cmake pkgconfig
>>
>>   PROVIDES += "llvm${PV}"
>>
>> -MAJOR_VERSION = "9"
>> +MAJOR_VERSION = "10"
>>   MINOR_VERSION = "0"
>> -PATCH_VERSION = "1"
>> +PATCH_VERSION = "0"
>>
> It also needs updating LLVMVERSION in
> meta/conf/distro/include/tcmode-default.inc
> secondly, I would suggest to wait for 10.0.1 which is releasing
in a weeks time.

Alright, I'll watch for that release.

Thanks!

>
>>   PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
>>
>> @@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
>>   LLVM_DIR = "llvm${LLVM_RELEASE}"
>>
>>   BRANCH = "release/${MAJOR_VERSION}.x"
>> -SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
>> +SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28"
>>   SRC_URI =
"git://github.com/llvm/llvm-project.git;branch=${BRANCH}
 \
>>

file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2
\
>>
file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
>> --
>> 2.24.1
>>
>>





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140965): 
https://lists.openembedded.org/g/openembedded-core/message/140965
Mute This Topic: https://lists.openembedded.org/mt/74499834/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-07-25 Thread akuster
Per release notes, riscv is now supported.
https://releases.llvm.org/10.0.0/docs/ReleaseNotes.html#changes-to-the-risc-v-target

If you have time, can you also double check Riscv so these two can be
removed, if not maybe we can wait until this is in core.

|

COMPATIBLE_HOST_riscv64 = "null"
COMPATIBLE_HOST_riscv32 = "null"|


There is a qemuriscv64 machine in core.

-armin

On 7/25/20 4:07 AM, Alexander Kanavin wrote:
> Llvm 10.0.1 is now out, please rebase and resend the patches :)
>
> Alex
>
> On Fri, 29 May 2020 at 15:30, Trevor Gamblin
> mailto:trevor.gamb...@windriver.com>>
> wrote:
>
>
> On 5/28/20 9:57 PM, Khem Raj wrote:
> > On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin
> >  > wrote:
> >> Signed-off-by: Trevor Gamblin  >
> >> ---
> >>   meta/recipes-devtools/llvm/llvm_git.bb  |
> 6 +++---
> >>   1 file changed, 3 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
>  b/meta/recipes-devtools/llvm/llvm_git.bb
> 
> >> index d24ed761bf..787cc3adcf 100644
> >> --- a/meta/recipes-devtools/llvm/llvm_git.bb 
> >> +++ b/meta/recipes-devtools/llvm/llvm_git.bb 
> >> @@ -19,9 +19,9 @@ inherit cmake pkgconfig
> >>
> >>   PROVIDES += "llvm${PV}"
> >>
> >> -MAJOR_VERSION = "9"
> >> +MAJOR_VERSION = "10"
> >>   MINOR_VERSION = "0"
> >> -PATCH_VERSION = "1"
> >> +PATCH_VERSION = "0"
> >>
> > It also needs updating LLVMVERSION in
> > meta/conf/distro/include/tcmode-default.inc
> > secondly, I would suggest to wait for 10.0.1 which is releasing
> in a weeks time.
>
> Alright, I'll watch for that release.
>
> Thanks!
>
> >
> >>   PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
> >>
> >> @@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
> >>   LLVM_DIR = "llvm${LLVM_RELEASE}"
> >>
> >>   BRANCH = "release/${MAJOR_VERSION}.x"
> >> -SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
> >> +SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28"
> >>   SRC_URI =
> "git://github.com/llvm/llvm-project.git;branch=${BRANCH}
>  \
> >>             
> 
> file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2
> \
> >>             
> file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
> >> --
> >> 2.24.1
> >>
> >>
>
>
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140945): 
https://lists.openembedded.org/g/openembedded-core/message/140945
Mute This Topic: https://lists.openembedded.org/mt/74499834/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-07-25 Thread Alexander Kanavin
Llvm 10.0.1 is now out, please rebase and resend the patches :)

Alex

On Fri, 29 May 2020 at 15:30, Trevor Gamblin 
wrote:

>
> On 5/28/20 9:57 PM, Khem Raj wrote:
> > On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin
> >  wrote:
> >> Signed-off-by: Trevor Gamblin 
> >> ---
> >>   meta/recipes-devtools/llvm/llvm_git.bb | 6 +++---
> >>   1 file changed, 3 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb
> b/meta/recipes-devtools/llvm/llvm_git.bb
> >> index d24ed761bf..787cc3adcf 100644
> >> --- a/meta/recipes-devtools/llvm/llvm_git.bb
> >> +++ b/meta/recipes-devtools/llvm/llvm_git.bb
> >> @@ -19,9 +19,9 @@ inherit cmake pkgconfig
> >>
> >>   PROVIDES += "llvm${PV}"
> >>
> >> -MAJOR_VERSION = "9"
> >> +MAJOR_VERSION = "10"
> >>   MINOR_VERSION = "0"
> >> -PATCH_VERSION = "1"
> >> +PATCH_VERSION = "0"
> >>
> > It also needs updating LLVMVERSION in
> > meta/conf/distro/include/tcmode-default.inc
> > secondly, I would suggest to wait for 10.0.1 which is releasing in a
> weeks time.
>
> Alright, I'll watch for that release.
>
> Thanks!
>
> >
> >>   PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
> >>
> >> @@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
> >>   LLVM_DIR = "llvm${LLVM_RELEASE}"
> >>
> >>   BRANCH = "release/${MAJOR_VERSION}.x"
> >> -SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
> >> +SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28"
> >>   SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH}
>  \
> >>
> file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2
> \
> >>
> file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
> >> --
> >> 2.24.1
> >>
> >>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140941): 
https://lists.openembedded.org/g/openembedded-core/message/140941
Mute This Topic: https://lists.openembedded.org/mt/74499834/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-05-29 Thread Trevor Gamblin


On 5/28/20 9:57 PM, Khem Raj wrote:

On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin
 wrote:

Signed-off-by: Trevor Gamblin 
---
  meta/recipes-devtools/llvm/llvm_git.bb | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/llvm/llvm_git.bb 
b/meta/recipes-devtools/llvm/llvm_git.bb
index d24ed761bf..787cc3adcf 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -19,9 +19,9 @@ inherit cmake pkgconfig

  PROVIDES += "llvm${PV}"

-MAJOR_VERSION = "9"
+MAJOR_VERSION = "10"
  MINOR_VERSION = "0"
-PATCH_VERSION = "1"
+PATCH_VERSION = "0"


It also needs updating LLVMVERSION in
meta/conf/distro/include/tcmode-default.inc
secondly, I would suggest to wait for 10.0.1 which is releasing in a weeks time.


Alright, I'll watch for that release.

Thanks!




  PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"

@@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
  LLVM_DIR = "llvm${LLVM_RELEASE}"

  BRANCH = "release/${MAJOR_VERSION}.x"
-SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
+SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28"
  SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \
 
file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2
 \
 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 
\
--
2.24.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#138916): 
https://lists.openembedded.org/g/openembedded-core/message/138916
Mute This Topic: https://lists.openembedded.org/mt/74499834/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-05-28 Thread Khem Raj
On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin
 wrote:
>
> Signed-off-by: Trevor Gamblin 
> ---
>  meta/recipes-devtools/llvm/llvm_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/llvm/llvm_git.bb 
> b/meta/recipes-devtools/llvm/llvm_git.bb
> index d24ed761bf..787cc3adcf 100644
> --- a/meta/recipes-devtools/llvm/llvm_git.bb
> +++ b/meta/recipes-devtools/llvm/llvm_git.bb
> @@ -19,9 +19,9 @@ inherit cmake pkgconfig
>
>  PROVIDES += "llvm${PV}"
>
> -MAJOR_VERSION = "9"
> +MAJOR_VERSION = "10"
>  MINOR_VERSION = "0"
> -PATCH_VERSION = "1"
> +PATCH_VERSION = "0"
>

It also needs updating LLVMVERSION in
meta/conf/distro/include/tcmode-default.inc
secondly, I would suggest to wait for 10.0.1 which is releasing in a weeks time.

>  PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
>
> @@ -29,7 +29,7 @@ LLVM_RELEASE = "${PV}"
>  LLVM_DIR = "llvm${LLVM_RELEASE}"
>
>  BRANCH = "release/${MAJOR_VERSION}.x"
> -SRCREV = "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
> +SRCREV = "d32170dbd5b0d54436537b6b75beaf44324e0c28"
>  SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \
> 
> file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2
>  \
> 
> file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
> --
> 2.24.1
>
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#138875): 
https://lists.openembedded.org/g/openembedded-core/message/138875
Mute This Topic: https://lists.openembedded.org/mt/74499834/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-