From 7962f711d9c1525e7d80ad8ef2eb7b7a235dd41a Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 17 Jul 2004 02:04:41 +0000
Subject: [PATCH] Add note about IA64 C++
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14903 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 7 +++++++
1 file changed, 7 insertions(+)
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.
+