From: Chris Lattner Date: Tue, 8 Jun 2004 07:19:29 +0000 (+0000) Subject: Ooh, that fixed the annoying warning!! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea95551d4acf51b3f243434094b62bd4e20c1a62;p=oota-llvm.git Ooh, that fixed the annoying warning!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14064 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b5061af1da9..ec1fe8272ed 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -158,6 +158,8 @@ bytecode onto your terminal
  • [llvmgcc] type names are not emitted 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.