From db732280a1c24d8d636dfec51f17a6878665c614 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 21 Oct 2010 14:40:02 +0000 Subject: 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 --- docs/ReleaseNotes.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ReleaseNotes.html') 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:

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: -- cgit v1.1