<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 20, 2018, at 2:32 AM, Roman Lebedev via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">LLVM_PARALLEL_LINK_JOBS is ninja-only option.<br class=""></div></div></blockquote><div><br class=""></div><div>I just noticed we didn't properly document that option in LLVM's CMake. It is a wrapper around the `JOB_POOL_LINK` target property, which CMake documents to be Ninja only:</div><div><br class=""></div><div><a href="https://cmake.org/cmake/help/latest/prop_tgt/JOB_POOL_LINK.html" class="">https://cmake.org/cmake/help/latest/prop_tgt/JOB_POOL_LINK.html</a></div><div><br class=""></div><div>-Chris</div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><br class="">On Thu, Sep 20, 2018 at 12:29 PM, Dennis Luehring via llvm-dev<br class=""><<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:<br class=""><blockquote type="cite" class="">Am 20.09.2018 um 11:02 schrieb James Henderson:<br class=""><blockquote type="cite" class=""><br class="">Unfortunately, from personal experience, LLVM_PARALLEL_LINK_JOBS<br class="">appears to have no effect for Visual Studio builds<br class=""></blockquote><br class=""><br class="">as i understand it correct cl.exe is self parallelizing, starting serveral<br class="">sub-cl processes on itself - or am i wrong?<br class=""><br class="">_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></blockquote>_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></div></blockquote></div><br class=""></body></html>