From aebc66a1ef1cd61c214a7ed976840500797804e5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Feb 2004 23:09:07 +0000 Subject: [PATCH] Document bug 240 llvm-svn: 11487 --- llvm/docs/ReleaseNotes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 91eac9d230f0..12651e465408 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -262,12 +262,12 @@ table in the archive).
  • LLVM cannot handle structures with more than 256 elements.
  • -
  • -The gccld program - -does not link objects/archives in the order specified on the command line. - -
  • +
  • The gccld program does not link objects/archives in the order specified on the command line.
  • + +
  • The lower-invoke pass does not mark +values live across a setjmp as volatile. This missing feature only effects +targets whose setjmp/longjmp libraries do not save and restore the entire +register file.