From 2e6fcafff228c44542dad804d4bd7269c7abd0f4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Feb 2004 23:09:07 +0000 Subject: [PATCH] Document bug 240 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11487 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 91eac9d230f..12651e46540 100644 --- a/docs/ReleaseNotes.html +++ b/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.