[cfe-commits] r42652 - in /cfe/trunk/www: get_involved.html index.html
Kevin
ar18 at comcast.net
Fri Oct 5 14:44:04 PDT 2007
Author: kevin
Date: Fri Oct 5 16:44:03 2007
New Revision: 42652
URL: http://llvm.org/viewvc/llvm-project?rev=42652&view=rev
Log:
A message on the main page about bulding clang.
Modified:
cfe/trunk/www/get_involved.html
cfe/trunk/www/index.html
Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=42652&r1=42651&r2=42652&view=diff
==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Fri Oct 5 16:44:03 2007
@@ -32,7 +32,7 @@
<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a> - This list is for patch submission/discussion.
<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> - This list is for everything else clang related.
</ul>
-<h3>Building clang / working with the code</h3>
+<h3>Building clang / working with the code<a name="build"> </a></h3>
If you would like to check out and build the project, the current scheme is:<br>
<ol>
<li>Check out llvm
Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=42652&r1=42651&r2=42652&view=diff
==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Fri Oct 5 16:44:03 2007
@@ -41,6 +41,8 @@
<li>BSD License
</ul>
Of course this is only a rough outline of the goals and features of Clang. To get a true sense of what the new LLVM front-end is all about, as well as why you might want to considering using it, see the <a href="features.html">Features</a> section.
+ <h2>Try Clang</h2>
+ If you are a compiler developer and want to try out Clang, then build instructions are available on the <a href="get_involved.html#build">Get Involved</a> page.
<h2>Get Involved</h2>
If you are interested in working on Clang, then check out the <a href="get_involved.html">Get Involved</a> section.
</div>
More information about the cfe-commits
mailing list