[www] r214915 - Win snapshot: update to r214711 and mention 14 CTP support
Hans Wennborg
hans at hanshq.net
Tue Aug 5 11:48:33 PDT 2014
Author: hans
Date: Tue Aug 5 13:48:33 2014
New Revision: 214915
URL: http://llvm.org/viewvc/llvm-project?rev=214915&view=rev
Log:
Win snapshot: update to r214711 and mention 14 CTP support
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=214915&r1=214914&r2=214915&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Tue Aug 5 13:48:33 2014
@@ -37,10 +37,13 @@ license.</p>
<div class="rel_boxtext">
<p>We provide a periodically updated installer for Windows. The current
- installer integrates with MSVC 2010, 2012 and 2013.</p>
+ installer integrates with MSVC 2010, 2012, 2013 and 14 CTP. (However, note
+ that using the STL from the 14 CTP doesn't work due to
+ <a href="http://llvm.org/bugs/show_bug.cgi?id=20342">PR20342</a>: missing
+ <pre>__vectorcall</pre> support).</p>
- <p><a href="downloads/LLVM-3.6.0-r214131-win32.exe">Windows installer</a>,
- based on SVN r214131.</p>
+ <p><a href="downloads/LLVM-3.6.0-r214711-win32.exe">Windows installer</a>,
+ based on SVN r214711.</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"
@@ -70,8 +73,8 @@ license.</p>
requires Visual Studio 2010 Professional or later. Notably, the Express
editions do not support plugins.</p>
- <p><a href="downloads/ClangFormat-r214131.vsix">Visual Studio plugin installer</a>,
- based on SVN r214131.</p>
+ <p><a href="downloads/ClangFormat-r214711.vsix">Visual Studio plugin installer</a>,
+ based on SVN r214711.</p>
</div>
More information about the llvm-commits
mailing list