summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-25 22:43:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-25 22:43:58 +0000
commit043e4b1084e8df0d579610d65ded9634fe4d4746 (patch)
tree62c45f7dce2c760f7d4c18d9daf6721ba60928a6 /docs
parent4f86f9c23b0e4170d750d6034ef5259ab961d643 (diff)
downloadllvm-043e4b1084e8df0d579610d65ded9634fe4d4746.tar.gz
llvm-043e4b1084e8df0d579610d65ded9634fe4d4746.tar.bz2
llvm-043e4b1084e8df0d579610d65ded9634fe4d4746.tar.xz
Indicate that PR427 won't be fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4035c903e3..cd4e8ba28d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -362,6 +362,10 @@ components, please contact us on the llvmdev list.</p>
mark values live across a setjmp as volatile</a>. This missing feature
only affects targets whose setjmp/longjmp libraries do not save and restore
the entire register file.</li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR427">[bytecode] Assertion on V1
+ Bytecode Files</a>. This bug won't be fixed because V1 bytecode had its own
+ problems, no one is using V1 bytecode any more, and the fix is non-trivial.
+ </li>
</ul>
</div>