[www] r190189 - point Windows snapshot links to the r190173 installer
Hans Wennborg
hans at hanshq.net
Fri Sep 6 11:35:50 PDT 2013
Author: hans
Date: Fri Sep 6 13:35:49 2013
New Revision: 190189
URL: http://llvm.org/viewvc/llvm-project?rev=190189&view=rev
Log:
point Windows snapshot links to the r190173 installer
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=190189&r1=190188&r2=190189&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Fri Sep 6 13:35:49 2013
@@ -40,9 +40,9 @@ license.</p>
installer is built with MSVC 2012 and targets the MSVC 2010 C/C++
runtimes.</p>
- <p><a href="downloads/LLVM-3.4.r190067-win32.exe">Windows installer</a> (<a
- href="https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190067-win32.exe">mirror</a>),
- based on SVN r190067. </p>
+ <p><a href="downloads/LLVM-3.4.r190173-win32.exe">Windows installer</a> (<a
+ href="https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190173-win32.exe">mirror</a>),
+ based on SVN r190173. </p>
<p>To use the LLVM toolchain from Visual Studio, open project properties and
change the "Platform Toolset" from the current value to "llvm".
@@ -51,11 +51,11 @@ 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>, and the
+ <a href="http://clang.llvm.org/docs/ClangFormat.html">clang-format</a>,
+ <a href="http://lld.llvm.org">lld</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://lld.llvm.org">lld</a>,
<a href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM projects
such as <a href="http://libcxx.llvm.org">libc++</a>.</p>
More information about the llvm-commits
mailing list