From: Duncan Sands
Date: Thu, 21 Oct 2010 14:40:02 +0000 (+0000)
Subject: Argh, completely forgot to add this to the release notes!
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=db732280a1c24d8d636dfec51f17a6878665c614;p=oota-llvm.git
Argh, completely forgot to add this to the release notes!
Better late than never, right?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117009 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cc6937ebd8a..4c47f9b6a8f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1011,6 +1011,12 @@ API changes are:
LLVM. The Triple::normalize utility method has been added to help front-ends
deal with funky triples.
+
+ The signature of the GCMetadataPrinter::finishAssembly virtual
+ function changed: the raw_ostream and MCAsmInfo arguments
+ were dropped. GC plugins which compute stack maps must be updated to avoid
+ having the old definition overload the new signature.
+
Some APIs were renamed: