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 564564b..51c362e 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -74,11 +74,16 @@
 compile it.  If not, please let us know.  Once it compiles it should run.  If

 not, that's a bug :)</li>

 

-<li><b>Working on code generation for Objective C</b>: -emit-llvm support for

+<li><b>Work on code generation for Objective C</b>: -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).</li>

 

+<li><b>Debug Info Generation</b>: -emit-llvm doesn't currently support emission

+of <a href="http://llvm.org/docs/SourceLevelDebugging.html">LLVM debug info</a>

+(which the code generator turns into DWARF).  Adding this should be

+straight-forward if you follow the example of what llvm-gcc generates.</li>

+

 <li><b>Continue work on C++ support</b>: 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