[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 1 09:10:50 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.268 -> 1.269
---
Log message:
Add line # info
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.268 llvm/docs/ReleaseNotes.html:1.269
--- llvm/docs/ReleaseNotes.html:1.268 Sat Nov 27 19:25:20 2004
+++ llvm/docs/ReleaseNotes.html Wed Dec 1 11:10:36 2004
@@ -146,6 +146,9 @@
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>
@@ -726,7 +729,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/28 01:25:20 $
+ Last modified: $Date: 2004/12/01 17:10:36 $
</address>
</body>
More information about the llvm-commits
mailing list