From: Duncan Sands Date: Tue, 26 Oct 2010 12:43:36 +0000 (+0000) Subject: Yet another thing that was forgotten to be added to the release notes... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff91d1a4d86682b0df31efd76661435cfc8fce11;p=oota-llvm.git Yet another thing that was forgotten to be added to the release notes... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117362 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4c47f9b6a8f..2f83b9447d1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -1017,6 +1017,11 @@ API changes are:

were dropped. GC plugins which compute stack maps must be updated to avoid having the old definition overload the new signature. +
  • + The signature of MemoryBuffer::getMemBuffer changed. Unfortunately + calls intended for the old version still compile, but will not work correctly, + leading to a confusing error about an invalid header in the bitcode. +
  • Some APIs were renamed: