search for: dcmake_skip_install_all_dependency

Displaying 3 results from an estimated 3 matches for "dcmake_skip_install_all_dependency".

2016 Feb 13
2
r260758 broke windows build
...rosoft .NET Framework Version 4.6.01055 Installed Version: Professional Here's what it showed during cmake: c:\"Program Files (x86)"\CMake\bin\cmake -G "Visual Studio 12" /m -DLLVM_TARGETS_TO_BUILD:STRING=All" "-DLLVM_BUILD_RUNTIME:BOOL=OFF" "-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY:BOOL=ON" "-DLIBCLANG_BUILD_STATIC=ON" "-DLLVM_USE_MC_TOOLS:STRING=yes" "-DLLVM_ENABLE_PIC:BOOL=ON" "-DLLVM_ENABLE_ASSERTIONS:BOOL=ON" "-DWITH_POLLY:BOOL=OFF" "-DLLVM_BUILD_RUNTIME:BOOL=OFF" "-DCMAKE_BUILD_TYPE=RelWithDebInfo&...
2016 Feb 13
2
r260758 broke windows build
...Installed Version: Professional > > > Here's what it showed during cmake: > > c:\"Program Files (x86)"\CMake\bin\cmake -G "Visual Studio 12" /m > -DLLVM_TARGETS_TO_BUILD:STRING=All" "-DLLVM_BUILD_RUNTIME:BOOL=OFF" > "-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY:BOOL=ON" > "-DLIBCLANG_BUILD_STATIC=ON" "-DLLVM_USE_MC_TOOLS:STRING=yes" > "-DLLVM_ENABLE_PIC:BOOL=ON" "-DLLVM_ENABLE_ASSERTIONS:BOOL=ON" > "-DWITH_POLLY:BOOL=OFF" "-DLLVM_BUILD_RUNTIME:BOOL=OFF" > "-D...
2016 Feb 13
3
r260758 broke windows build
Hello, I suspect that r260758 by kparzysz at codeaurora.org broke build the windows bots which are using Visual Studio 2013 or lower. This doc here specifies that the minimum version required is VS-2013: http://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library I do see that the bots running VS-2014 or higher are green. Can we either revert the said commit or