From 043e4b1084e8df0d579610d65ded9634fe4d4746 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 25 Nov 2004 22:43:58 +0000 Subject: [PATCH] Indicate that PR427 won't be fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18259 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4035c903e3d..cd4e8ba28d1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -362,6 +362,10 @@ components, please contact us on the llvmdev list.

mark values live across a setjmp as volatile. This missing feature only affects targets whose setjmp/longjmp libraries do not save and restore the entire register file. +
  • [bytecode] Assertion on V1 + Bytecode Files. 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. +