Line numbers are go for 1.4! :)
authorChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 21:25:11 +0000 (21:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 21:25:11 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17967 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index f05429f5df0b3218e9aa1ccc0235926cfc5d4373..f62783dad83225842a08038d3cd83d3a7793082e 100644 (file)
@@ -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>