diff options
author | Kevin <ar18@comcast.net> | 2007-10-05 21:44:03 +0000 |
---|---|---|
committer | Kevin <ar18@comcast.net> | 2007-10-05 21:44:03 +0000 |
commit | 9f413446de1ef758b7e44ca8931e60834fdcfa89 (patch) | |
tree | 88f5517294c0e56afd276fd3a4ce9f514cfecff9 | |
parent | aa4692883a562109e36deb9b6911ee0a1297a261 (diff) | |
download | bcm5719-llvm-9f413446de1ef758b7e44ca8931e60834fdcfa89.tar.gz bcm5719-llvm-9f413446de1ef758b7e44ca8931e60834fdcfa89.zip |
A message on the main page about bulding clang.
llvm-svn: 42652
-rw-r--r-- | clang/www/get_involved.html | 2 | ||||
-rw-r--r-- | clang/www/index.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html index ed2bdf71732..1624560f9ef 100644 --- a/clang/www/get_involved.html +++ b/clang/www/get_involved.html @@ -32,7 +32,7 @@ To avoid spamming the main LLVM mailing list, two lists were setup just for Clan <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
diff --git a/clang/www/index.html b/clang/www/index.html index 279e48d36e8..0cf9fdd1474 100644 --- a/clang/www/index.html +++ b/clang/www/index.html @@ -41,6 +41,8 @@ HTML 4.01 specs: http://www.w3.org/TR/html401/ <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>
|