Displaying 1 result from an estimated 1 matches for "hm885".
Did you mean:
885
2009 Jun 04
1
[LLVMdev] Structure Alignment
...ouble value correctly.
Manoel Teixeira
> Message: 1
> Date: Thu, 4 Jun 2009 10:39:24 -0300
> From: " Manoel Teixeira " <manoel at fonetica.com.br>
> Subject: [LLVMdev] Structure Alignment
> To: llvmdev at cs.uiuc.edu
> Message-ID: <20090604133924.4200.qmail at hm885.locaweb.com.br>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
> I have a problem using structs, when calling a function written in C from
> a LLVM function or calling a LLVM function from a C one.
> I noticed that the LLVM align double with 4 bytes and our run time ro...