mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
Added info about PR186: weak linkage on memory functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5df0cdbe2
commit
ad64385129
@ -135,7 +135,8 @@ In this release, the following bugs in the previous release were fixed:
|
||||
<p>Bugs in the LLVM Core:</p>
|
||||
|
||||
<ol>
|
||||
<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory locations to registers</a></li>
|
||||
<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory
|
||||
locations to registers</a></li>
|
||||
|
||||
</ol>
|
||||
|
||||
@ -143,7 +144,8 @@ In this release, the following bugs in the previous release were fixed:
|
||||
<p>Bugs in the C/C++ front-end:</p>
|
||||
|
||||
<ol>
|
||||
<li></li>
|
||||
<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on memory
|
||||
management functions in libc runtime to allow them to be overriden</a></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user