tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Should lang/clang use lang/libLLVM?



On Wed, Dec 30, 2015 at 08:50:53PM +0100, Kamil Rytarowski wrote:
> Building the stack of llvm+clang+lldb in one go with debug symbols and
> all backends consumes for me at least 64GB RAM+storage space and a lot
> of time (since I don't have so much RAM). For this reason I
> modularized the LLDB dependencies in wip.

For a debug build, you really want to either use shared libraries OR
cmake+ninja and a limit on the concurrent linker invocations. ld can
easily use a few GB when linking.

Joerg


Home | Main Index | Thread Index | Old Index