diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index b5061af1da93..ec1fe8272eda 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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.