Displaying 1 result from an estimated 1 matches for "8c4e5acf".
2008 Apr 14
3
[LLVMdev] Calling Conventions Cont'd
Duncan Sands wrote:
> Hi Jon,
>
>> What is the correct procedure for translating a function signature from
>> a high-order language to LLVM?
>
> you have to do it carefully so that LLVM will end up producing object code
> that conforms to the platform ABI. For example, suppose you are using cdecl
> with a small struct (a pair of ints, say). Then your function