]> granicus.if.org Git - clang/commitdiff
debug info too.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Dec 2007 17:25:36 +0000 (17:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Dec 2007 17:25:36 +0000 (17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45001 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_involved.html

index 564564beaee4713f6f0ffb8f3a8080be1a713d05..51c362ed600e823f6c7442c69a2ec63fc7c52669 100644 (file)
@@ -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\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