search for: cb4338ed

Displaying 1 result from an estimated 1 matches for "cb4338ed".

2013 Nov 16
2
[LLVMdev] CMake pools for linking?
Hi, I've noticed on both PCs and ARM boards that it is the linking process that "brings down" the system (makes it swap if it is not equipped with plenty of RAM). So I have been thinking if it would be possible to use the CMake pool feature to make the LLVM build system only issue one link command at a time - it seems a bit unfortunate that N simultaneous link commands are issued