From b3b05ed3f88b629faba57091808edff5b5f67ea5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Dec 2004 20:19:45 +0000 Subject: [PATCH] PR139 fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18551 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cf189e6a643..dfe54f9155a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -244,6 +244,10 @@ were fixed:

Bugs fixed in the LLVM Core:

    +
  1. [Linker] gccld does not link + objects/archives in order specified on the command line
  2. +
  3. [X86] llc output for functions + w/certain names tickles GNU 'as' bugs
  4. [licm] LICM invalidates alias analysis info and uses broken information (optimizer crash)
  5. [asmwriter] Asmwriter is really @@ -252,8 +256,6 @@ were fixed: completely broken in LLVM 1.3
  6. [bcwriter] Empty compaction tables defined
  7. -
  8. [X86] llc output for functions - w/certain names tickles GNU 'as' bugs
  9. [cbackend] Static globals are prototyped as 'extern'
-- 2.34.1