[LLVMdev] LLVM toolchain for Visual Studio

孙成波 sun_chengbo at 126.com
Sun Dec 1 17:03:53 PST 2013


pls read the page of http://llvm.org/builds/ :


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-vs2010" or "LLVM-vs2012".

Alternatively, invoke MSBuild with /p:PlatformToolset=LLVM-vs2012 to try out the toolchain without modifying the project files.




At 2013-11-29 00:00:08,"Kelly Sommers" <kell.sommers at gmail.com> wrote:

From this website:
http://llvm.org/builds/



I've installed the LLVM toolchain on 2 Windows machines. One with Visual Studio 2012 and another with Visual Studio 2013. After installing the LLVM toolchain neither machine shows the LLVM option in the Visual Studio project properties pane where you can select which toolchain to use for the project.


Am I missing a step somewhere? :)


Thanks for the help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131202/799355bf/attachment.html>


More information about the llvm-dev mailing list