On 05/12/2012 07:29 PM, Andrew Benton wrote:
> On Sat, 12 May 2012 15:23:15 +0100
> "Armin K."<[email protected]>  wrote:
>
>> Why did you bother to build shared llvm libraries?
>
> We prefer shared libraries as only one copy of the code is installed
> and it is shared by any app that links to it. With a static library,
> anything that builds against it includes a copy within itself
>
> Andy

I understand that. There are only 4 shared llvm libraries by default. 
Others are meant to be static, even when --enable-shared is passed. Devs 
decided it's better that way and you are on your own if you decide to 
override it. And as even Bruce said, clang fails to build that way.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to