<div dir="ltr"><div>Patch for <a href="http://llvm.org/svn/llvm-project/www/trunk" target="_blank">http://llvm.org/svn/llvm-project/www/trunk</a> to clarify usage instructions.<br><br></div>--Beman<br><br>Index: builds/index.html<br>
==============================<div>=====================================<br>--- builds/index.html (revision 190279)<br>+++ builds/index.html (working copy)<br>@@ -43,8 +43,10 @@<br> href="<a href="https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190202-win32.exe" target="_blank">https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190202-win32.exe</a>">mirror</a>),<br>
based on SVN r190202. </p><br> <br>- <p>To use the LLVM toolchain from Visual Studio, open project properties and<br>- change the "Platform Toolset" from the current value to "LLVM-vs2010"<br>
+ <p>To use the LLVM toolchain from Visual Studio, select a project in Solution <br>+ Explorer, hit Alt+F7 to open its Property Page, then in the "General" section <br>+ of "Configuration Properties"<br>
+ change "Platform Toolset" to "LLVM-vs2010"<br> or "LLVM-vs2012".<br> Alternatively, in a continuous integration setting, invoke MSBuild with<br> <code>/p:CLTool=C:\Program Files\LLVM 3.4.svn\bin\clang-cl.exe</code></p></div>
</div>