<br><div class="gmail_quote">On Tue Nov 18 2014 at 7:18:12 PM Tobias Grosser <<a href="mailto:tobias@grosser.es">tobias@grosser.es</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 18.11.2014 17:09, Evgeniy Stepanov wrote:<br>
> -j sets the general limit on concurrent build jobs, and these two are<br>
> separate limits on compile/link jobs.<br>
<br>
I assume this means the following:<br>
<br>
If I set LLVM_PARALLEL_COMPILE_JOBS = 4 and LLVM_PARALLEL_LINK_JOBS = 6<br>
and run ninja -j 8, ninja will run at most 4 parallel compile jobs, at<br>
most 6 parallel link jobs, but the sum of compile and link jobs never<br>
exceeds 8.<br></blockquote><div><br></div><div>Right.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Cheers,<br>
Tobias<br>
</blockquote></div>