[cfe-commits] r45001 - /cfe/trunk/www/get_involved.html

Chris Lattner sabre at nondot.org
Thu Dec 13 09:25:36 PST 2007


Author: lattner
Date: Thu Dec 13 11:25:36 2007
New Revision: 45001

URL: http://llvm.org/viewvc/llvm-project?rev=45001&view=rev
Log:
debug info too.

Modified:
    cfe/trunk/www/get_involved.html

Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=45001&r1=45000&r2=45001&view=diff

==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Thu Dec 13 11:25:36 2007
@@ -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





More information about the cfe-commits mailing list