summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-13 17:25:36 +0000
committerChris Lattner <sabre@nondot.org>2007-12-13 17:25:36 +0000
commit2fbb049362920318e652af09cd0cb861f04fd41b (patch)
tree0030d39c90c8983f9a3ef00dc35adcd775995adc /www/get_involved.html
parent3cbe428710cc614349eb058bb1f815bee2bb5f97 (diff)
debug info too.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html7
1 files changed, 6 insertions, 1 deletions
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 :)</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