http://llvm.org/builds/
A 64-bit version is also available, but it doesn't integrate as well with Visual Studio.
But now and possibly by changes in libraries in Visual Studio, it is possible your work, only a small trick.
Install package x 32 in its path "C:\Program Files (x 86) \" and now the overwrite with the installation of x 86, we can do this with 7zip for example.
And does work, else if us gives benefit.
Code: Select all
We provide a periodically updated installer for Windows. The current installer integrates with MSVC 2010, 2012, 2013 and 14 CTP.
Windows installer, based on SVN r273898 (27 June 2016).
To use the LLVM toolchain from Visual Studio, select a project in Solution Explorer, open its Property Page (Alt+F7 by default), and in the "General" section of "Configuration Properties" change "Platform Toolset" to "LLVM-vs2012", "LLVM-vs2013", etc.
Alternatively, invoke MSBuild with /p:PlatformToolset=LLVM-vs2013 to try out the toolchain without modifying the project files.
Currently, the package only includes clang, clang-format, lld, and the AddressSanitizer runtime from compiler-rt, but eventually it should grow to encompass other Clang tools, lldb, and possibly other LLVM projects such as libc++.
A 64-bit version is also available, but it doesn't integrate as well with Visual Studio.
