[llvm-commits] [llvm] r117362 - /llvm/trunk/docs/ReleaseNotes.html

Duncan Sands baldrick at free.fr
Tue Oct 26 05:43:36 PDT 2010


Author: baldrick
Date: Tue Oct 26 07:43:36 2010
New Revision: 117362

URL: http://llvm.org/viewvc/llvm-project?rev=117362&view=rev
Log:
Yet another thing that was forgotten to be added to the release notes...

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=117362&r1=117361&r2=117362&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 26 07:43:36 2010
@@ -1017,6 +1017,11 @@
   were dropped.  GC plugins which compute stack maps must be updated to avoid
   having the old definition overload the new signature.
 </li>
+<li>
+  The signature of <tt>MemoryBuffer::getMemBuffer</tt> changed.  Unfortunately
+  calls intended for the old version still compile, but will not work correctly,
+  leading to a confusing error about an invalid header in the bitcode.
+</li>
   
 <li>
   Some APIs were renamed:





More information about the llvm-commits mailing list