diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d1759f1c539..ef2f95eb603 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -628,6 +628,13 @@ Please report any bugs or problems.

  • The C++ front-end inherits all problems afflicting the C front-end.
  • + +

    IA64 note: The C++ front-end does not use IA64 ABI compliant layout of vtables. +In particular, it just stores function pointers instead of function +descriptors in the vtable. This bug prevents mixing C++ code compiled with +LLVM with C++ objects compiled by other C++ compilers.

    +