diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-08 06:01:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-08 06:01:38 +0000 |
commit | 0d4379a5b041fc52442b1d7e44f2e344bf316e1c (patch) | |
tree | 04dd1e77ac9b959f6a57cabf2dee6ce9c538db74 | |
parent | 73ff5120eb8b8c0ccbfed8a17f1024c67a75f319 (diff) |
Convert over to short bug URLs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8961 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1187d449f1..d71edecdb9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -191,8 +191,8 @@ sections. </ol><p> <li>Bugs:<br> - <a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=6">Oversized integer bitfields cause crash</a>.<br> - <a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=9">LLVM needs explicit support for weak variables</a>.<br> + <a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a>.<br> + <a href="http://llvm.cs.uiuc.edu/PR9">LLVM needs explicit support for weak variables</a>.<br> <p> <li>Although many GCC extensions are supported, some are not. In particular, @@ -329,7 +329,7 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes</a>.<p> different from the model used in the Itanium ABI, so <b>exceptions will not interact correctly</b> . -<li><a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=11">Code for executing +<li><a href="http://llvm.cs.uiuc.edu/PR11">Code for executing destructors when unwinding is not shared</a>. @@ -337,11 +337,11 @@ destructors when unwinding is not shared</a>. </ul><h4><a name="x86-be"><hr size=0>Known problems with the X86 back-end</h4><ul> <li>The X86 code generator <a -href="http://zion.cs.uiuc.edu/bugs/show_bug.cgi?id=16">does not currently +href="http://llvm.cs.uiuc.edu/PR16">does not currently support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception or calls the C <tt>longjmp</tt> function will abort.<p> -<li><a href="http://zion.cs.uiuc.edu/bugs/show_bug.cgi?id=4">Some executables +<li><a href="http://llvm.cs.uiuc.edu/PR4">Some executables produced by LLC seem to intermittently crash (extremely infrequently)</a>. The cause of the problem has not been diagnosed, and does not affect the JIT.<p> @@ -350,7 +350,7 @@ cause of the problem has not been diagnosed, and does not affect the JIT.<p> </ul><h4><a name="sparc-be"><hr size=0>Known problems with the Sparc back-end</h4><ul> <li>The Sparc code generator <a -href="http://zion.cs.uiuc.edu/bugs/show_bug.cgi?id=15">does not currently +href="http://llvm.cs.uiuc.edu/PR15">does not currently support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception or calls the C <tt>longjmp</tt> function will abort.<p> |