summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-10-21 14:40:02 +0000
committerDuncan Sands <baldrick@free.fr>2010-10-21 14:40:02 +0000
commita11e9827b1c83d8193b0f72134add936cacafa13 (patch)
tree960d2a577e8ed2aa88632dbb790f64b5da469f1b
parent1ef4eb196d353437cdb1b21b1df4924d72a7f93a (diff)
downloadbcm5719-llvm-a11e9827b1c83d8193b0f72134add936cacafa13.tar.gz
bcm5719-llvm-a11e9827b1c83d8193b0f72134add936cacafa13.zip
Argh, completely forgot to add this to the release notes!
Better late than never, right? llvm-svn: 117009
-rw-r--r--llvm/docs/ReleaseNotes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index cc6937ebd8a..4c47f9b6a8f 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -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:
OpenPOWER on IntegriCloud