Argh, completely forgot to add this to the release notes!
authorDuncan Sands <baldrick@free.fr>
Thu, 21 Oct 2010 14:40:02 +0000 (14:40 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 21 Oct 2010 14:40:02 +0000 (14:40 +0000)
Better late than never, right?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117009 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index cc6937ebd8ab3502d8add8c6102332151858a4a6..4c47f9b6a8f9b4fe76c8415920d9554ab3400515 100644 (file)
@@ -1011,6 +1011,12 @@ API changes are:</p>
   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: