From: Reid Spencer Date: Wed, 7 Jul 2004 21:06:28 +0000 (+0000) Subject: Bug 391 fixed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=421991c381d5125709e796e7de22f62bde1e3a5f;p=oota-llvm.git Bug 391 fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14675 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0959cb078ea..662e11cdef2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -179,6 +179,8 @@ for structure typedefs
  • All documentation is now conformant to the HTML 4.01 (Strict) level.
  • The spurious "WARNING: Found global types that are not compatible" warning produced when linking C++ programs has been fixed.
  • +
  • lli Doesn't Handle Exceptions From +Bytecode Reader