From: Chris Lattner Date: Wed, 19 Dec 2007 22:17:19 +0000 (+0000) Subject: Describe Nico's script for gcc interception. Patch by Nico Weber. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80a75916485adee6a3463a87bd327d2fd5077764;p=clang Describe Nico's script for gcc interception. Patch by Nico Weber. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45222 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_involved.html b/www/get_involved.html index 320b3ac044..3a29e2e5ba 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -67,12 +67,16 @@ verify that one of these isn't already completed. :)

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. +by clang, that is also very important to us. For make-based projects, + +the script attached to this post might help to get you started.
  • Compile your favorite C project with "clang -emit-llvm": 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 :)
  • +compile it. If not, please let us know. Again, + +the attachment to this post might help you. Once it compiles it should +run. If not, that's a bug :)
  • Work on code generation for Objective C: -emit-llvm support for Objective C is basically nonexistent at the time of this writing, this is a