Re: [CMake] Got Weird Error When Trying to Configure LLVM Version 10

2019-10-28 Thread Eric Doenges
MSBuild is complaining that the generated project file doesn't contain a 32 bit debug target - which is no surprise, because you told CMake to generate a project for a release build. You will probably need to tell msbuild.exe that you want to build a release build with the

[CMake] Got Weird Error When Trying to Configure LLVM Version 10

2019-10-26 Thread Osman Zakir
I want to build LLVM 10 so that I can see if having the same version of LLVM installed that my EMSDK version is using will help. I want to do this so I can build the Qt Documentation as well when I build Qt for WebAssembly. Building the Documentation requires LLVM and I want to avoid