[llvm-dev] CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
Dennis Luehring via llvm-dev
llvm-dev at lists.llvm.org
Thu Sep 20 02:29:08 PDT 2018
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?
More information about the llvm-dev
mailing list