Add note about IA64 C++
authorChris Lattner <sabre@nondot.org>
Sat, 17 Jul 2004 02:04:41 +0000 (02:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Jul 2004 02:04:41 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14903 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index d1759f1c539b26575e10168051abadd05aec3950..ef2f95eb603eff99c579a25f23799c0fc32128f8 100644 (file)
@@ -628,6 +628,13 @@ Please report any bugs or problems.</p>
 <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
     front-end</a>.</li>
 </ul>
+
+<p><b>IA64 note</b>: The C++ front-end does not use <a 
+href="http://llvm.cs.uiuc.edu/PR406">IA64 ABI compliant layout of vtables</a>.
+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.</p>
+
 </div>
 
 <!-- _______________________________________________________________________ -->