http://llvm.org/bugs/show_bug.cgi?id=4246
Summary: Share code for generating ABI conformant function
calls/returns
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
For platforms like x86-64, getting ABI conformance right is hard.
There is one implementation in llvm-gcc, and another in clang.
Currently, anyone writing a compiler and wanting to be able to
interface with external C functions needs to roll their own
implementation. We should consider developing a generic solution
that can be used by llvm-gcc, clang and other projects.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs