[cfe-commits] r45222 - /cfe/trunk/www/get_involved.html
Chris Lattner
sabre at nondot.org
Wed Dec 19 14:17:20 PST 2007
Author: lattner
Date: Wed Dec 19 16:17:19 2007
New Revision: 45222
URL: http://llvm.org/viewvc/llvm-project?rev=45222&view=rev
Log:
Describe Nico's script for gcc interception. Patch by Nico Weber.
Modified:
cfe/trunk/www/get_involved.html
Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=45222&r1=45221&r2=45222&view=diff
==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Wed Dec 19 16:17:19 2007
@@ -67,12 +67,16 @@
the clang type checker and verifier is quite close to complete (but not bug
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.</li>
+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>
<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. Once it compiles it should run. If
-not, that's a bug :)</li>
+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>
<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
More information about the cfe-commits
mailing list