1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Yet another thing that was forgotten to be added to the release notes...

llvm-svn: 117362
This commit is contained in:
Duncan Sands 2010-10-26 12:43:36 +00:00
parent 64680cd5b8
commit 5e0c84786b

View File

@ -1017,6 +1017,11 @@ API changes are:</p>
were dropped. GC plugins which compute stack maps must be updated to avoid were dropped. GC plugins which compute stack maps must be updated to avoid
having the old definition overload the new signature. having the old definition overload the new signature.
</li> </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> <li>
Some APIs were renamed: Some APIs were renamed: