[www] r231106 - Win Snapshot: r231084, the first one built with VS2013

Hans Wennborg hans at hanshq.net
Tue Mar 3 11:21:59 PST 2015


Author: hans
Date: Tue Mar  3 13:21:59 2015
New Revision: 231106

URL: http://llvm.org/viewvc/llvm-project?rev=231106&view=rev
Log:
Win Snapshot: r231084, the first one built with VS2013

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=231106&r1=231105&r2=231106&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Tue Mar  3 13:21:59 2015
@@ -38,15 +38,15 @@ license.</p>
   <p>We provide a periodically updated installer for Windows.  The current
   installer integrates with MSVC 2010, 2012, 2013 and 14 CTP.</p>
 
-  <p><a href="http://llvm.org/pre-releases/win-snapshots/LLVM-3.7.0-r228731-win32.exe">Windows installer</a>,
-  based on SVN r228731.</p>
+  <p><a href="http://llvm.org/pre-releases/win-snapshots/LLVM-3.7.0-r231084-win32.exe">Windows installer</a>,
+  based on SVN r231084.</p>
 
   <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".
+  "LLVM-vs2012", "LLVM-vs2013", etc.
 
-  <p>Alternatively, invoke MSBuild with <code>/p:PlatformToolset=LLVM-vs2012</code>
+  <p>Alternatively, invoke MSBuild with <code>/p:PlatformToolset=LLVM-vs2013</code>
   to try out the toolchain without modifying the project files.</p>
 
   <p>Currently, the package only includes
@@ -69,8 +69,8 @@ license.</p>
   requires Visual Studio 2010 Professional or later.  Notably, the Express
   editions do not support plugins.</p>
 
-  <p><a href="http://llvm.org/pre-releases/win-snapshots/ClangFormat-r228731.vsix">Visual Studio plugin installer</a>,
-  based on SVN r228731.</p>
+  <p><a href="http://llvm.org/pre-releases/win-snapshots/ClangFormat-r231084.vsix">Visual Studio plugin installer</a>,
+  based on SVN r231084.</p>
 
 </div>
 





More information about the llvm-commits mailing list