summaryrefslogtreecommitdiffstats
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
commit406e6f59b8d06adaa78a4b3a1eafbdf0d8b044cc (patch)
tree7c4bed621f39af6154cd63dd84a5f18172425f6d
parente6194f17a1603ae0d48fc7b7203634bc182842ed (diff)
downloadbcm5719-llvm-406e6f59b8d06adaa78a4b3a1eafbdf0d8b044cc.tar.gz
bcm5719-llvm-406e6f59b8d06adaa78a4b3a1eafbdf0d8b044cc.zip
Yet another thing that was forgotten to be added to the release notes...
llvm-svn: 117362
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 4c47f9b6a8f..2f83b9447d1 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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:
OpenPOWER on IntegriCloud