[LLVMbugs] [Bug 4246] New: Share code for generating ABI conformant function calls/ returns
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri May 22 10:47:14 PDT 2009
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: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list