[llvm-commits] [PATCH] Add MSVC multi processor compilation to build system

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 1 17:10:08 PST 2011


On Wed, Mar 2, 2011 at 9:59 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Okay, thanks. But IIRC last time I built LLVM with VS 10 it used all 4
> cores. If you have checked that /MP is required for parallel builds, no
> objection here. Don't forget documenting the option in docs/CMake.html.

On MSVS10 IDE w/o /MP, building goes parallel by project.vcxproj, IIRC.
eg. LLVMSupport was built sequentially.

...Takumi




More information about the llvm-commits mailing list