diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/cmake/modules/HandleLLVMOptions.cmake | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake index b4b2bcd7a77..d10e59a0972 100644 --- a/llvm/cmake/modules/HandleLLVMOptions.cmake +++ b/llvm/cmake/modules/HandleLLVMOptions.cmake @@ -112,9 +112,7 @@ endif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )  # On Win32 using MS tools, provide an option to set the number of parallel jobs  # to use. -if( MSVC_IDE AND ( MSVC90 OR MSVC10 ) ) -  # Only Visual Studio 2008 and 2010 officially supports /MP. -  # Visual Studio 2005 do support it but it's experimental there. +if( MSVC_IDE )    set(LLVM_COMPILER_JOBS "0" CACHE STRING      "Number of parallel compiler jobs. 0 means use all processors. Default is 0.")    if( NOT LLVM_COMPILER_JOBS STREQUAL "1" )  | 

