[www] r190086 - Add a page for hosting LLVM toolchain builds, currently just for Windows

Reid Kleckner reid at kleckner.net
Thu Sep 5 12:02:51 PDT 2013


Author: rnk
Date: Thu Sep  5 14:02:51 2013
New Revision: 190086

URL: http://llvm.org/viewvc/llvm-project?rev=190086&view=rev
Log:
Add a page for hosting LLVM toolchain builds, currently just for Windows

We already have nightly apt packages at llvm.org/apt.

The actual package will land alongside in a separate commit, and once the links
work, I can link it into the rest of the site.


Added:
    www/trunk/builds/
    www/trunk/builds/index.html

Added: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=190086&view=auto
==============================================================================
--- www/trunk/builds/index.html (added)
+++ www/trunk/builds/index.html Thu Sep  5 14:02:51 2013
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                      "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <title>LLVM Snapshot Builds</title>
+  <link rel="stylesheet" type="text/css" href="../llvm.css">
+</head>
+
+<body>
+
+<div class="rel_title">LLVM Snapshot Builds</div>
+
+<div class="rel_container">
+
+<div class="rel_section">License</div>
+
+<div class="rel_boxtext">
+
+<p><a href="http://llvm.org/">LLVM</a> is distributed under the <a href="http://llvm.org/releases/3.3/LICENSE.TXT">University of Illinois Open Source License</a>, an <a href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
+license.</p>
+
+</div>
+
+<div class="rel_section">Other builds</div>
+
+<div class="rel_boxtext">
+
+  <p>See the <a href="../releases/">releases</a> page for stable releases, and
+  the <a href="../apt/">apt</a> page for nightly packages for Debian and Ubuntu.
+  </p>
+
+</div>
+
+<div class="rel_section">Windows snapshot builds</div>
+
+<div class="rel_boxtext">
+
+  <p>We provide a periodically updated installer for Windows.  The current
+  installer is built with MSVC 2012 and targets the MSVC 2010 C/C++
+  runtimes.</p>
+
+  <p><a href="LLVM-3.4.r190067-win32.exe">Windows installer</a> (<a
+    href="http://code.google.com/p/address-sanitizer/downloads/LLVM-3.4.r190067-win32.exe">mirror</a>),
+  based on SVN r190067.  </p>
+
+  <p>Currently, the package only includes <a
+    href="http://clang.llvm.org">clang</a> and the <a
+    href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">Address
+    Sanitizer</a> runtime from <a
+    href="http://compiler-rt.llvm.org">compiler-rt</a>, but eventually it should
+  grow to encompass <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>
+
+</div>
+
+</div> <!-- rel_container -->
+
+<!--#include virtual="../attrib.incl" -->
+
+</body>
+</html>





More information about the llvm-commits mailing list