Displaying 3 results from an estimated 3 matches for "dllvm_use_mc_tools".
2016 Feb 13
2
r260758 broke windows build
...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" "..\llvm\llvm.org"
-- Building for: Visual Studio 12 2013
-- The...
2016 Feb 13
2
r260758 broke windows build
...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" "..\llvm\llvm.org <http://llvm.org>&quo...
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