Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?

2022-10-29 Thread Piotr Karbowski
On 29/10/2022 22.35, Piotr Karbowski wrote: On 29/10/2022 21.01, Matt Turner wrote: lld isn't a dependency of llvm; it's the same reason why llvm:N doesn't depend on clang:N. That's fair. Still a bit of a bummer that we cannot guarantee a frictionless support for clang-based kernels, in a

Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?

2022-10-29 Thread Piotr Karbowski
On 29/10/2022 21.01, Matt Turner wrote: lld isn't a dependency of llvm; it's the same reason why llvm:N doesn't depend on clang:N. That's fair. Still a bit of a bummer that we cannot guarantee a frictionless support for clang-based kernels, in a sense that your system could pull new update

Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?

2022-10-29 Thread Matt Turner
On Sat, Oct 29, 2022 at 12:53 PM Piotr Karbowski wrote: > > On 29/10/2022 18.22, Matt Turner wrote: > > Have you seen these commits? > > I did not, thanks. Seems like the solution. Is there a reason why llvm:N > do not pull in lld:N in that case? lld isn't a dependency of llvm; it's the same

Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?

2022-10-29 Thread Piotr Karbowski
On 29/10/2022 18.22, Matt Turner wrote: Have you seen these commits? I did not, thanks. Seems like the solution. Is there a reason why llvm:N do not pull in lld:N in that case? -- Piotr.

Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?

2022-10-29 Thread Matt Turner
On Sat, Oct 29, 2022 at 12:01 PM Piotr Karbowski wrote: > The state for this very moment is that we can have many versions of llvm > around, however we can at most have only one ld.lld installed. Usually > matching the lowest version of clang installed. Have you seen these commits? commit

[gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?

2022-10-29 Thread Piotr Karbowski
Hi, The state for this very moment is that we can have many versions of llvm around, however we can at most have only one ld.lld installed. Usually matching the lowest version of clang installed. THis leads to build failures if one attempts to build some (but not all) software, Linux kernel