From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-98395-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DECB7158020
	for <garchives@archives.gentoo.org>; Sat, 29 Oct 2022 20:36:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A079BE08BB;
	Sat, 29 Oct 2022 20:35:59 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4594AE086E
	for <gentoo-dev@lists.gentoo.org>; Sat, 29 Oct 2022 20:35:59 +0000 (UTC)
Message-ID: <025d3874-bf67-c48c-c244-68aea3da5a5b@gentoo.org>
Date: Sat, 29 Oct 2022 22:35:41 +0200
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
 Thunderbird/102.4.1
Subject: Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld.
 How to match runtime?
Content-Language: en-US
To: gentoo-dev@lists.gentoo.org
References: <4611bfea-b23b-126f-3c84-2b6973115ebd@gentoo.org>
 <CAEdQ38FteAyfWj8VpZ1Eiac4xZm3M3pkcW7wZ=Ka9F=oKV4Etw@mail.gmail.com>
 <d7105903-e67b-1729-d518-a52f49c76dda@gentoo.org>
 <CAEdQ38EmU3YgR+MYZ57wWah3acf8DLMt2CfcnUDcGq4TCAjQcw@mail.gmail.com>
From: Piotr Karbowski <slashbeast@gentoo.org>
In-Reply-To: <CAEdQ38EmU3YgR+MYZ57wWah3acf8DLMt2CfcnUDcGq4TCAjQcw@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 46b2073a-72c4-46a8-8cbf-2a7240391cdd
X-Archives-Hash: faed9e43a6cbc560d256231e424ae619

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 of llvm and clang, but will not 
automatically add new slot for lld, which means unless you manually 
install lld:NEW_SLOT your 'make LLVM=1' will fail, as it will pick wrong 
LD from another clang version.

-- Piotr.