diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-18 21:25:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-18 21:25:11 +0000 |
commit | f67fb1931c4cb68c1d847170db5f7ff86dbe132a (patch) | |
tree | 991c683c46ec8b2e3c0c5ec360fd3391de651245 | |
parent | 3328965829cbba52394108dfa9fa9223e77cdd3c (diff) |
Line numbers are go for 1.4! :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17967 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f05429f5df..f62783dad8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -108,6 +108,9 @@ benchmarks, and <b>many</b> other C and C++ programs.</p> <li>The LLVM source code is much more compatible with Microsoft Visual C++, including the JIT and runtime-code generation, though the entire system may not work with it.</li> + <li>llvmgcc and llvmg++ now emit source line number information when '-g' is + passed in. This information can be used with llvm-db or other tools and + passes.</li> </ol> </div> |