From 6652252f0fbe049b068cda3bd65328b00a43649a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 7 Jul 2004 21:06:28 +0000 Subject: [PATCH] Bug 391 fixed. llvm-svn: 14675 --- llvm/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0959cb078eab..662e11cdef20 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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