Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime?
Date: Sat, 29 Oct 2022 19:01:29
Message-Id: CAEdQ38EmU3YgR+MYZ57wWah3acf8DLMt2CfcnUDcGq4TCAjQcw@mail.gmail.com
In Reply to: Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld. How to match runtime? by Piotr Karbowski
1 On Sat, Oct 29, 2022 at 12:53 PM Piotr Karbowski <slashbeast@g.o> wrote:
2 >
3 > On 29/10/2022 18.22, Matt Turner wrote:
4 > > Have you seen these commits?
5 >
6 > I did not, thanks. Seems like the solution. Is there a reason why llvm:N
7 > do not pull in lld:N in that case?
8
9 lld isn't a dependency of llvm; it's the same reason why llvm:N
10 doesn't depend on clang:N.

Replies