I’ve build LLVM from source (as it discribed in http://llvm.org/docs/CMake.html), made “set(USE_LLVM ON)” in “config.cmake” file (writing LLVM_DIR doesn’t work for me). And successfully have made tvm.sln with llvm support:
– Found TVM_LLVM_VERSION=60
– Build with LLVM 6.0.1
– Set TVM_LLVM_VERSION=60
– Configuring done
– Generating done
But Visual Studio after building tvm.sln gave me this error:
Error LNK1112 module machine type ‘X86’ conflicts with target machine type ‘x64’ tvm C:\Anaconda3\tvm\build\LLVMSupport.lib(MemoryBuffer.obj)
Could you say what went wrong?