compile it. If not, please let us know. Once it compiles it should run. If\r
not, that's a bug :)</li>\r
\r
-<li><b>Working on code generation for Objective C</b>: -emit-llvm support for\r
+<li><b>Work on code generation for Objective C</b>: -emit-llvm support for\r
Objective C is basically non-existant at the time of this writing, this is a\r
nice open project that can be tackled incrementally (one language feature at a\r
time).</li>\r
\r
+<li><b>Debug Info Generation</b>: -emit-llvm doesn't currently support emission\r
+of <a href="http://llvm.org/docs/SourceLevelDebugging.html">LLVM debug info</a>\r
+(which the code generator turns into DWARF). Adding this should be\r
+straight-forward if you follow the example of what llvm-gcc generates.</li>\r
+\r
<li><b>Continue work on C++ support</b>: Implementing all of C++ is a very big\r
job, but there are lots of little things that can be done. Right now we support\r
some small things like references and bool. We also support parsing of\r