[www] r190356 - Clarify how to select an LLVM toolchain in Visual Studio
Reid Kleckner
reid at kleckner.net
Mon Sep 9 14:32:22 PDT 2013
Author: rnk
Date: Mon Sep 9 16:32:22 2013
New Revision: 190356
URL: http://llvm.org/viewvc/llvm-project?rev=190356&view=rev
Log:
Clarify how to select an LLVM toolchain in Visual Studio
Patch by Beman Dawes!
Also remove the note about the toolchain used to build the package. It isn't
really relevant.
Modified:
www/trunk/builds/index.html
Modified: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=190356&r1=190355&r2=190356&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Mon Sep 9 16:32:22 2013
@@ -37,16 +37,18 @@ license.</p>
<div class="rel_boxtext">
<p>We provide a periodically updated installer for Windows. The current
- installer is built with MSVC 2012 and integrates with MSVC 2010 and 2012.</p>
+ installer integrates with MSVC 2010 and 2012.</p>
<p><a href="downloads/LLVM-3.4.r190202-win32.exe">Windows installer</a> (<a
href="https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190202-win32.exe">mirror</a>),
based on SVN r190202. </p>
- <p>To use the LLVM toolchain from Visual Studio, open project properties and
- change the "Platform Toolset" from the current value to "LLVM-vs2010"
- or "LLVM-vs2012".
- Alternatively, in a continuous integration setting, invoke MSBuild with
+ <p>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".
+
+ <p>Alternatively, in a continuous integration setting, invoke MSBuild with
<code>/p:CLTool=C:\Program Files\LLVM 3.4.svn\bin\clang-cl.exe</code></p>
<p>Currently, the package only includes
More information about the llvm-commits
mailing list