Added info about PR186: weak linkage on memory functions.

llvm-svn: 10479
This commit is contained in:
Misha Brukman 2003-12-15 22:48:12 +00:00
parent 97f451555d
commit 34cba91956
1 changed files with 4 additions and 2 deletions

View File

@ -135,7 +135,8 @@ In this release, the following bugs in the previous release were fixed:
<p>Bugs in the LLVM Core:</p> <p>Bugs in the LLVM Core:</p>
<ol> <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> </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> <p>Bugs in the C/C++ front-end:</p>
<ol> <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> <li></li>
</ol> </ol>