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 16:22:44
Message-Id: CAEdQ38FteAyfWj8VpZ1Eiac4xZm3M3pkcW7wZ=Ka9F=oKV4Etw@mail.gmail.com
In Reply to: [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:01 PM Piotr Karbowski <slashbeast@g.o> wrote:
2 > The state for this very moment is that we can have many versions of llvm
3 > around, however we can at most have only one ld.lld installed. Usually
4 > matching the lowest version of clang installed.
5
6 Have you seen these commits?
7
8 commit 15aad9556ba01ff38a14775dedd8ee088c27c30f
9 Author: Michał Górny <mgorny@g.o>
10 Date: Fri Oct 14 19:47:20 2022 +0200
11
12 sys-devel/lld: Enable slotting on 13.0.1
13
14 Signed-off-by: Michał Górny <mgorny@g.o>
15
16 commit f1a40a736023a8f1be25e478ef657cf4c772306b
17 Author: Michał Górny <mgorny@g.o>
18 Date: Fri Oct 14 17:37:47 2022 +0200
19
20 sys-devel/lld: Enable slotting on 14.0.6
21
22 Signed-off-by: Michał Górny <mgorny@g.o>
23
24 commit ea9e70d251dd711b91ac3d6da48ab09ce564f3ea
25 Author: Michał Górny <mgorny@g.o>
26 Date: Fri Oct 14 14:58:56 2022 +0200
27
28 sys-devel/lld: Enable slotting on LLD 15+
29
30 Signed-off-by: Michał Górny <mgorny@g.o>

Replies