aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
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
commitdb732280a1c24d8d636dfec51f17a6878665c614 (patch)
tree2966425bc5bbb9dd109fd03a87d95a127e57186f /docs/ReleaseNotes.html
parentb35fd448cea32da671ecd3ecaad3cc637598c6e0 (diff)
downloadexternal_llvm-db732280a1c24d8d636dfec51f17a6878665c614.zip
external_llvm-db732280a1c24d8d636dfec51f17a6878665c614.tar.gz
external_llvm-db732280a1c24d8d636dfec51f17a6878665c614.tar.bz2
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cc6937e..4c47f9b 100644
--- a/docs/ReleaseNotes.html
+++ b/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: