[www] r316312 - Win snapshot: r316086 + separate clang-format binary

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 00:53:41 PDT 2017


Author: hans
Date: Mon Oct 23 00:53:41 2017
New Revision: 316312

URL: http://llvm.org/viewvc/llvm-project?rev=316312&view=rev
Log:
Win snapshot: r316086 + separate clang-format binary

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=316312&r1=316311&r2=316312&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Mon Oct 23 00:53:41 2017
@@ -38,8 +38,8 @@ license.</p>
   <p>We provide a periodically updated installer for Windows.  The current
   installer integrates with MSVC 2010, 2012, 2013 and 2015.</p>
 
-  <p><a href="http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r314411-win32.exe">Windows installer</a>,
-  based on SVN r314411 (2 October 2017).</p>
+  <p><a href="http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win32.exe">Windows installer</a>,
+  based on SVN r316086 (18 October 2017).</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"
@@ -60,7 +60,7 @@ license.</p>
     and possibly other LLVM projects
     such as <a href="http://libcxx.llvm.org">libc++</a>.</p>
 
-  <p>A <a href="http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r314411-win64.exe">64-bit version</a>
+  <p>A <a href="http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win64.exe">64-bit version</a>
     is also available, but it doesn't integrate as well with Visual Studio.</p>
 
 </div>
@@ -73,8 +73,8 @@ license.</p>
   requires Visual Studio 2012 Professional or later.  Notably, the Express
   editions do not support plugins.</p>
 
-  <p><a href="http://prereleases.llvm.org/win-snapshots/ClangFormat-r314411.vsix">Visual Studio plugin installer</a>,
-  based on SVN r314411. Also available <a href="https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat">at the Visual Studio Marketplace</a>.</p>
+  <p><a href="http://prereleases.llvm.org/win-snapshots/ClangFormat-r316086.vsix">Visual Studio plugin installer</a>,
+  based on SVN r316086. Also available <a href="https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat">at the Visual Studio Marketplace</a>. A separate build of the clang-format binary is available as <a href="http://prereleases.llvm.org/win-snapshots/clang-format-r316086.exe">clang-format-r316086.exe</a>.</p>
 
 </div>
 




More information about the llvm-commits mailing list