LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 406 - [ia64] C++ programs compiled by LLVM are not ABI compliant with system compiler
Summary: [ia64] C++ programs compiled by LLVM are not ABI compliant with system compiler
Status: RESOLVED LATER
Alias: None
Product: tools
Classification: Unclassified
Component: llvm-g++ (show other bugs)
Version: 1.0
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: portability
Depends on:
Blocks:
 
Reported: 2004-07-16 21:01 PDT by Chris Lattner
Modified: 2008-06-08 18:10 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lattner 2004-07-16 21:01:03 PDT
Due to this patch:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040712/016089.html

We store function pointers in the C++ vtables instead of function descriptors. 
This is a bug, but I don't intend to be the one to fix it. :)

If someone is interested, they will need to figure out how to represent the
needed IA64-isms in LLVM, then implement FDESC_EXPR in the C front-end.

-Chris
Comment 1 Chris Lattner 2008-06-08 18:10:47 PDT
IA64 has numerous issues.  Until the backend is more complete, we don't need to track details like this.