diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-20 00:36:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-20 00:36:23 +0000 |
commit | 615ffb84faeea4fe30c033d95f490ffaaf6f822b (patch) | |
tree | 34234709148d554e9cd2f8ea9aa7e0d2eca67a25 | |
parent | 14c198d09ac02617472ada158d541e38f2a59cd9 (diff) | |
download | bcm5719-llvm-615ffb84faeea4fe30c033d95f490ffaaf6f822b.tar.gz bcm5719-llvm-615ffb84faeea4fe30c033d95f490ffaaf6f822b.zip |
Bug fixed
llvm-svn: 15934
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 3ceb77c8e5a..b6bce6df8b3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -115,7 +115,8 @@ issues were fixed:</a> <div class="doc_text"> <ol> -<li></li> +<li><a href="http://llvm.org/PR426">[llvmg++] Tons of warnings are spewed when + linking to libstdc++</a></li> </ol> </div> |