<div dir="ltr">Are you building in Debug mode? Buildbots should build in Release+Asserts mode.<div><br></div><div>Building LLVM in debug mode crashes even my quad-core i7 16GB RAM laptop, no wonder an odroid. But that's LD's fault. If you use Gold, everything works as expected.</div>
<div><br></div><div>Another alternative is using Ninja pools, but we'd need a CMake connection to generate the Ninja files with the link pools, which I don't think it's in production yet (there were some implementations on the development trunk).</div>
<div><br></div><div>cheers,</div><div>--renato</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 November 2013 23:31, Mikael Lyngvig <span dir="ltr"><<a href="mailto:mikael@lyngvig.org" target="_blank">mikael@lyngvig.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>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 when you pretty much know beforehand that the system is only likely to be able to serve one link command, if that much, given its less-than-optimal-amount of memory.</div>

<div><br></div><div>I just want to hear if this is something that anybody is willing to look into - and if it is something that should be looked into at all?  I don't think I can figure this out on my own and I think it would be rather easy for somebody familiar with CMake.</div>

<div><br></div><div>I notice that there are a lot of low-end machines on the builders list in Zorg, so I cannot be the only one who would experience this addition as great.</div><div><br></div><div><br></div><div>Sincerely,</div>

<div>Mikael Lyngvig</div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>