[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 18 13:25:25 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.250 -> 1.251
---
Log message:

Line numbers are go for 1.4! :)


---
Diffs of the changes:  (+4 -1)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.250 llvm/docs/ReleaseNotes.html:1.251
--- llvm/docs/ReleaseNotes.html:1.250	Thu Nov 18 12:38:58 2004
+++ llvm/docs/ReleaseNotes.html	Thu Nov 18 15:25:11 2004
@@ -108,6 +108,9 @@
   <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>
@@ -659,7 +662,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/18 18:38:58 $
+  Last modified: $Date: 2004/11/18 21:25:11 $
 </address>
 
 </body>






More information about the llvm-commits mailing list