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

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.

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"

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

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

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 >