[cfe-commits] r55388 - in /cfe/trunk/www: get_involved.html get_started.html
Nico Weber
nicolasweber at gmx.de
Tue Aug 26 14:36:38 PDT 2008
Author: nico
Date: Tue Aug 26 16:36:37 2008
New Revision: 55388
URL: http://llvm.org/viewvc/llvm-project?rev=55388&view=rev
Log:
make www less outdated
Modified:
cfe/trunk/www/get_involved.html
cfe/trunk/www/get_started.html
Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=55388&r1=55387&r2=55388&view=diff
==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Tue Aug 26 16:36:37 2008
@@ -68,15 +68,14 @@
free!) for C and Objective C. We appreciate all reports of code that is
rejected by the front-end, and if you notice invalid code that is not rejected
by clang, that is also very important to us. For make-based projects,
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">
-the script attached to this post</a> might help to get you started.</li>
+the <a href="get_started.html#ccc"><code>ccc</code></a> script in clang's
+<tt>utils</tt> folder might help to get you started.</li>
<li><b>Compile your favorite C project with "clang -emit-llvm"</b>:
The clang to LLVM converter is getting more mature, so you may be able to
compile it. If not, please let us know. Again,
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">
-the attachment to this post</a> might help you. Once it compiles it should
-run. If not, that's a bug :)</li>
+<a href="get_started.html#ccc"><code>ccc</code></a> might help you. Once it
+compiles it should run. If not, that's a bug :)</li>
<li><b>Work on code generation for Objective C</b>: -emit-llvm support for
Objective C is basically nonexistent at the time of this writing, this is a
Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=55388&r1=55387&r2=55388&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Tue Aug 26 16:36:37 2008
@@ -202,7 +202,7 @@
ret
</pre>
-<h3>GCC "Emulation" Driver</h3>
+<a name="ccc"><h3>GCC "Emulation" Driver</h3></a>
<p>While the <tt>clang</tt> executable is a compiler driver that can perform
code generation, program analysis, and other actions, it is not designed to be a
More information about the cfe-commits
mailing list