[www] r281675 - Win snapshot: r281648, now with lldb

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 15:59:22 PDT 2016


Author: hans
Date: Thu Sep 15 17:59:22 2016
New Revision: 281675

URL: http://llvm.org/viewvc/llvm-project?rev=281675&view=rev
Log:
Win snapshot: r281648, now with lldb

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=281675&r1=281674&r2=281675&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Thu Sep 15 17:59:22 2016
@@ -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 14 CTP.</p>
 
-  <p><a href="http://llvm.org/pre-releases/win-snapshots/LLVM-4.0.0-r279979-win32.exe">Windows installer</a>,
-  based on SVN r279979 (29 August 2016).</p>
+  <p><a href="http://llvm.org/pre-releases/win-snapshots/LLVM-4.0.0-r281648-win32.exe">Windows installer</a>,
+  based on SVN r281648 (15 September 2016).</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"
@@ -52,14 +52,15 @@ license.</p>
   <p>Currently, the package only includes
     <a href="http://clang.llvm.org">clang</a>,
     <a href="http://clang.llvm.org/docs/ClangFormat.html">clang-format</a>,
-    <a href="http://lld.llvm.org">lld</a>, and the
+    <a href="http://lld.llvm.org">lld</a>,
+    <a href="http://lldb.llvm.org">lldb</a>, and the
     <a href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">AddressSanitizer</a>
     runtime from <a href="http://compiler-rt.llvm.org">compiler-rt</a>, but
     eventually it should grow to encompass other Clang tools,
-    <a href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM projects
+    and possibly other LLVM projects
     such as <a href="http://libcxx.llvm.org">libc++</a>.</p>
 
-  <p>A <a href="http://llvm.org/pre-releases/win-snapshots/LLVM-4.0.0-r279979-win64.exe">64-bit version</a>
+  <p>A <a href="http://llvm.org/pre-releases/win-snapshots/LLVM-4.0.0-r281648-win64.exe">64-bit version</a>
     is also available, but it doesn't integrate as well with Visual Studio.</p>
 
 </div>
@@ -72,8 +73,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-r279979.vsix">Visual Studio plugin installer</a>,
-  based on SVN r279979.</p>
+  <p><a href="http://llvm.org/pre-releases/win-snapshots/ClangFormat-r281648.vsix">Visual Studio plugin installer</a>,
+  based on SVN r281648.</p>
 
 </div>
 




More information about the llvm-commits mailing list