[llvm-dev] CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?

Roman Lebedev via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 20 02:32:25 PDT 2018


LLVM_PARALLEL_LINK_JOBS is ninja-only option.

On Thu, Sep 20, 2018 at 12:29 PM, Dennis Luehring via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Am 20.09.2018 um 11:02 schrieb James Henderson:
>>
>> Unfortunately, from personal experience, LLVM_PARALLEL_LINK_JOBS
>> appears to have no effect for Visual Studio builds
>
>
> as i understand it correct cl.exe is self parallelizing, starting serveral
> sub-cl processes on itself - or am i wrong?
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list