[LLVMdev] Can we establish layering for the LLD libraries? Current state is a bit of a mess...

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jan 21 13:21:29 PST 2015


On 21 January 2015 at 11:10, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
> On Tue, Jan 20, 2015 at 05:35:53PM -0800, Nick Kledzik wrote:
>> How are you determining these cycles?   How is Core dependent on YAML?
>> (cause that seems wrong).
>
> Try building LLVM + LLD with shared libraries on Linux. That will
> reliably fail due to dependency cycles between the components.

Even better, on OS X :-)

ELF (without -z,defs) is less strict. Last I tried
-DBUILD_SHARED_LIBS=ON was failing on OS X but working on linux.

Cheers,
Rafael



More information about the llvm-dev mailing list