Displaying 1 result from an estimated 1 matches for "dllvm_enable_warnings".
Did you mean:
llvm_enable_warnings
2018 Sep 17
2
build llvm fails under win7 x64/VS2017
...2.7.2 (x86)
my build steps:
open VS2017 x64 developer command prompt
cd D:\projects\fun\jit_tests
mkdir llvm
cd llvm
git clone https://github.com/llvm-mirror/llvm
mkdir llvm-build
cd llvm-build
cmake -G "Visual Studio 15 2017 Win64" -DBUILD_SHARED_LIBS=ON
-DLLVM_TARGETS_TO_BUILD=host -DLLVM_ENABLE_WARNINGS=OFF
-DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF
-DLLVM_INCLUDE_DOCS=OFF ../llvm
cmake --build .
produces these errors and warnings while building
CMake Warning at CMakeLists.txt:29 (message):
Visual Studio generators use the x86 host compiler by default, even for
64-bit targets. ...