From: Chris Lattner Date: Thu, 13 Dec 2007 17:25:36 +0000 (+0000) Subject: debug info too. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fbb049362920318e652af09cd0cb861f04fd41b;p=clang debug info too. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45001 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_involved.html b/www/get_involved.html index 564564beae..51c362ed60 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -74,11 +74,16 @@ 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 :) -
  • Working on code generation for Objective C: -emit-llvm support for +
  • Work on code generation for Objective C: -emit-llvm support for Objective C is basically non-existant at the time of this writing, this is a nice open project that can be tackled incrementally (one language feature at a time).
  • +
  • Debug Info Generation: -emit-llvm doesn't currently support emission +of LLVM debug info +(which the code generator turns into DWARF). Adding this should be +straight-forward if you follow the example of what llvm-gcc generates.
  • +
  • Continue work on C++ support: Implementing all of C++ is a very big job, but there are lots of little things that can be done. Right now we support some small things like references and bool. We also support parsing of