summaryrefslogtreecommitdiffstats
path: root/clang/www/get_involved.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-19 22:17:19 +0000
committerChris Lattner <sabre@nondot.org>2007-12-19 22:17:19 +0000
commit7bd082e188413d2e0485f5a579aff5eab7c1457f (patch)
treee3ba5c82aab48de1e7fc98db2582d20a61caf8c9 /clang/www/get_involved.html
parenteadbf4b91c2b12f25e86b0c7b12e06fbbaab5c94 (diff)
downloadbcm5719-llvm-7bd082e188413d2e0485f5a579aff5eab7c1457f.tar.gz
bcm5719-llvm-7bd082e188413d2e0485f5a579aff5eab7c1457f.zip
Describe Nico's script for gcc interception. Patch by Nico Weber.
llvm-svn: 45222
Diffstat (limited to 'clang/www/get_involved.html')
-rw-r--r--clang/www/get_involved.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html
index 320b3ac044c..3a29e2e5bad 100644
--- a/clang/www/get_involved.html
+++ b/clang/www/get_involved.html
@@ -67,12 +67,16 @@ verify that one of these isn't already completed. :)</p>
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
OpenPOWER on IntegriCloud