Add note about IA64 C++

llvm-svn: 14903
This commit is contained in:
Chris Lattner 2004-07-17 02:04:41 +00:00
parent 9905a2eb63
commit 041e6c9fbe
1 changed files with 7 additions and 0 deletions

View 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>
<!-- _______________________________________________________________________ -->