[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 14 19:59:34 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.215 -> 1.216
---
Log message:
Bug fixed
---
Diffs of the changes: (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.215 llvm/docs/ReleaseNotes.html:1.216
--- llvm/docs/ReleaseNotes.html:1.215 Mon Jul 12 12:09:23 2004
+++ llvm/docs/ReleaseNotes.html Wed Jul 14 21:59:24 2004
@@ -183,6 +183,7 @@
produced when linking C++ programs has been fixed.</li>
<li><a href="http://llvm.cs.uiuc.edu/PR391">lli Doesn't Handle Exceptions From
Bytecode Reader</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR341">operator<< on a Value* now prints the address of the object instead of its contents.</a></li>
</ol>
</div>
@@ -753,7 +754,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/07/12 17:09:23 $
+ Last modified: $Date: 2004/07/15 02:59:24 $
</address>
</body>
More information about the llvm-commits
mailing list