Building with Clang on Windows?
Posted: Sun Jul 27, 2014 6:18 pm
LLVM/Clang has been improving its support for Windows, and has an experimental driver that emulates cl.exe (Microsoft's C++ compiler). Apparently there are builds available to test (so you don't have to build Clang from scratch yourself) and Visual Studio can be configured to build using clang-cl.exe. I suspect that the Visual Studio Express edition doesn't let you plug in a different compiler, but I don't know for sure.
Has anyone tried this yet?
Test builds available from: http://llvm.org/builds/
Relevant LLVM blog post: http://blog.llvm.org/2013/09/a-path-for ... in-on.html
Has anyone tried this yet?
Test builds available from: http://llvm.org/builds/
Relevant LLVM blog post: http://blog.llvm.org/2013/09/a-path-for ... in-on.html