Re: Very slow clang kernel config ..

From: Adrian Bunk
Date: Sun May 02 2021 - 12:55:39 EST


On Sun, May 02, 2021 at 09:12:37AM -0700, Linus Torvalds wrote:
> On Sun, May 2, 2021 at 2:31 AM Adrian Bunk <bunk@xxxxxxxxxx> wrote:
> >
> > The biggest advantage of shared libraries is that they enable
> > distributions to provide security fixes.
>
> Adrian - you're ignoring the real argument, to the point that the
> above is basically a lie.
>
> The argument was never that things like libc or the core GUI libraries
> shouldn't be shared.
>
> The argument was that the "one-off" libraries shouldn't be shared.
>
> Things very much like libLLVM.so.
>...

Mesa and PostgreSQL are among the packages that do use libLLVM.so,
this is a popular library for implementing compilers and JITs.

> Linus

cu
Adrian