aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-01 17:10:36 +0000
committerChris Lattner <sabre@nondot.org>2004-12-01 17:10:36 +0000
commitd92017a924390b74f377ca5e7877204b88d1f5a6 (patch)
tree04daa7a25da88114235b397dcf1f86ed9cff4d63 /docs
parentc7f426449d37b54311e42446e2299954177c8be9 (diff)
Add line # info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18403 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3fb15821bd..6358ec7f69 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -146,6 +146,9 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
an abstract target description, instead of requiring them to be hand
written.</li>
<li>LLVM regression and feature tests can now be run with DejaGNU.</li>
+ <li>llvmgcc and llvmg++ now emit source-level line number information, making
+ it possible to map from LLVM code back to source. This is currently used
+ by llvm-db.</li>
</ol>
</div>