[llvm-commits] [llvm] r95764 - /llvm/trunk/docs/ReleaseNotes.html
Daniel Dunbar
daniel at zuster.org
Tue Feb 9 20:09:54 PST 2010
Author: ddunbar
Date: Tue Feb 9 22:09:52 2010
New Revision: 95764
URL: http://llvm.org/viewvc/llvm-project?rev=95764&view=rev
Log:
Add a ReleaseNotes FIXME.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=95764&r1=95763&r2=95764&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Feb 9 22:09:52 2010
@@ -634,6 +634,9 @@
Clients must replace calls to
<tt>GlobalValue::hasNotBeenReadFromBitcode</tt> with
<tt>GlobalValue::isMaterializable</tt>.</li>
+
+<li>FIXME: Debug info has been totally redone. Add pointers to new APIs. Substantial caveats about compatibility of .ll and .bc files.</li>
+
</ul>
</div>
More information about the llvm-commits
mailing list