From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-98391-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6D6A8158020
	for <garchives@archives.gentoo.org>; Sat, 29 Oct 2022 16:22:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EB6B6E08EF;
	Sat, 29 Oct 2022 16:22:40 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B877AE08C4
	for <gentoo-dev@lists.gentoo.org>; Sat, 29 Oct 2022 16:22:40 +0000 (UTC)
Received: by mail-pf1-f181.google.com with SMTP id b29so7223676pfp.13
        for <gentoo-dev@lists.gentoo.org>; Sat, 29 Oct 2022 09:22:39 -0700 (PDT)
X-Gm-Message-State: ACrzQf2Tdrf2Xpfx9uyRKU3KjKFkGlWUeKYJE88ZaE7KEjwAeWZKQ6bK
	xEqJezBQXQoi2Z4q3ltGabeDXXoJRi5wTBeic+M=
X-Google-Smtp-Source: AMsMyM7UEMjtKRUCnYxZfS1DhV/UAVVtkjVuEHAi9hBWe0POvSCKiQ1Kq7rv2mVrvOHlsNTbnffKx96IeEKHBIRdr6g=
X-Received: by 2002:a63:2215:0:b0:43b:e00f:7c7b with SMTP id
 i21-20020a632215000000b0043be00f7c7bmr4570825pgi.511.1667060558307; Sat, 29
 Oct 2022 09:22:38 -0700 (PDT)
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
References: <4611bfea-b23b-126f-3c84-2b6973115ebd@gentoo.org>
In-Reply-To: <4611bfea-b23b-126f-3c84-2b6973115ebd@gentoo.org>
From: Matt Turner <mattst88@gentoo.org>
Date: Sat, 29 Oct 2022 12:22:26 -0400
X-Gmail-Original-Message-ID: <CAEdQ38FteAyfWj8VpZ1Eiac4xZm3M3pkcW7wZ=Ka9F=oKV4Etw@mail.gmail.com>
Message-ID: <CAEdQ38FteAyfWj8VpZ1Eiac4xZm3M3pkcW7wZ=Ka9F=oKV4Etw@mail.gmail.com>
Subject: Re: [gentoo-dev] Multiple LLVM versions with single sys-devel/lld.
 How to match runtime?
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: cb3ca467-fde3-45cc-8c92-5ed9b071e62a
X-Archives-Hash: 4a896a9586ff1cdcbb28e47de981b2c8

On Sat, Oct 29, 2022 at 12:01 PM Piotr Karbowski <slashbeast@gentoo.org> wr=
ote:
> 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 15aad9556ba01ff38a14775dedd8ee088c27c30f
Author: Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org>
Date:   Fri Oct 14 19:47:20 2022 +0200

    sys-devel/lld: Enable slotting on 13.0.1

    Signed-off-by: Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org>

commit f1a40a736023a8f1be25e478ef657cf4c772306b
Author: Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org>
Date:   Fri Oct 14 17:37:47 2022 +0200

    sys-devel/lld: Enable slotting on 14.0.6

    Signed-off-by: Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org>

commit ea9e70d251dd711b91ac3d6da48ab09ce564f3ea
Author: Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org>
Date:   Fri Oct 14 14:58:56 2022 +0200

    sys-devel/lld: Enable slotting on LLD 15+

    Signed-off-by: Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org>