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

Duncan Sands baldrick at free.fr
Thu Oct 21 07:40:02 PDT 2010


Author: baldrick
Date: Thu Oct 21 09:40:02 2010
New Revision: 117009

URL: http://llvm.org/viewvc/llvm-project?rev=117009&view=rev
Log:
Argh, completely forgot to add this to the release notes!
Better late than never, right?

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=117009&r1=117008&r2=117009&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Oct 21 09:40:02 2010
@@ -1011,6 +1011,12 @@
   LLVM.  The Triple::normalize utility method has been added to help front-ends
   deal with funky triples.
 </li>
+<li>
+  The signature of the <tt>GCMetadataPrinter::finishAssembly</tt> virtual
+  function changed: the <tt>raw_ostream</tt> and <tt>MCAsmInfo</tt> arguments
+  were dropped.  GC plugins which compute stack maps must be updated to avoid
+  having the old definition overload the new signature.
+</li>
   
 <li>
   Some APIs were renamed:





More information about the llvm-commits mailing list