summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-10-26 12:43:36 +0000
committerDuncan Sands <baldrick@free.fr>2010-10-26 12:43:36 +0000
commitff91d1a4d86682b0df31efd76661435cfc8fce11 (patch)
tree74a95788be28f6a2195ab037f8435ed9aea0d40b /docs
parent505faa6b12dcfadf59323701239ba23cd7eda932 (diff)
downloadllvm-ff91d1a4d86682b0df31efd76661435cfc8fce11.tar.gz
llvm-ff91d1a4d86682b0df31efd76661435cfc8fce11.tar.bz2
llvm-ff91d1a4d86682b0df31efd76661435cfc8fce11.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4c47f9b6a8..2f83b9447d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1017,6 +1017,11 @@ API changes are:</p>
were dropped. GC plugins which compute stack maps must be updated to avoid
having the old definition overload the new signature.
</li>
+<li>
+ The signature of <tt>MemoryBuffer::getMemBuffer</tt> 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.
+</li>
<li>
Some APIs were renamed: