]> granicus.if.org Git - clang/commitdiff
Describe Nico's script for gcc interception. Patch by Nico Weber.
authorChris Lattner <sabre@nondot.org>
Wed, 19 Dec 2007 22:17:19 +0000 (22:17 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Dec 2007 22:17:19 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45222 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_involved.html

index 320b3ac044c2220a00f7162c4764f4ce8dc1f80c..3a29e2e5bad24e33f6e909d22c2d2ceac7740502 100644 (file)
@@ -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\r
 free!) for C and Objective C.  We appreciate all reports of code that is\r
 rejected by the front-end, and if you notice invalid code that is not rejected\r
-by clang, that is also very important to us.</li>\r
+by clang, that is also very important to us.  For make-based projects,\r
+<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
+the script attached to this post</a> might help to get you started.</li>\r
 \r
 <li><b>Compile your favorite C project with "clang -emit-llvm"</b>:\r
 The clang to LLVM converter is getting more mature, so you may be able to\r
-compile it.  If not, please let us know.  Once it compiles it should run.  If\r
-not, that's a bug :)</li>\r
+compile it.  If not, please let us know.  Again,\r
+<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
+the attachment to this post</a> might help you.  Once it compiles it should\r
+run.  If not, that's a bug :)</li>\r
 \r
 <li><b>Work on code generation for Objective C</b>: -emit-llvm support for\r
 Objective C is basically nonexistent at the time of this writing, this is a\r