[cfe-commits] r118095 - /cfe/trunk/www/get_started.html
Daniel Dunbar
daniel at zuster.org
Tue Nov 2 15:34:04 PDT 2010
Author: ddunbar
Date: Tue Nov 2 17:34:04 2010
New Revision: 118095
URL: http://llvm.org/viewvc/llvm-project?rev=118095&view=rev
Log:
Add link to LLVM releases page.
Modified:
cfe/trunk/www/get_started.html
Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=118095&r1=118094&r2=118095&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Tue Nov 2 17:34:04 2010
@@ -21,6 +21,12 @@
involved</a> with the Clang community. If you run into problems, please file
bugs in <a href="http://llvm.org/bugs/">LLVM Bugzilla</a>.</p>
+<h2 id="download">Release Clang Versions</h2>
+
+<p>Clang has been released as part of regular LLVM releases since LLVM 2.6. You
+can download the release versions
+from <a href="http://llvm.org/releases/">http://llvm.org/releases/</a>.</p>
+
<h2 id="build">Building Clang and Working with the Code</h2>
<h3 id="buildNix">On Unix-like Systems</h3>
More information about the cfe-commits
mailing list