[LLVMdev] cross compiling with the C backend

Anton Korobeynikov asl at math.spbu.ru
Tue Feb 19 07:31:10 PST 2008


Hello, Kevin

> build process I described in my original message. So the difference is
> more subtle; maybe a difference in the layout of structs or something.
Also, there can be another ABI differences.

> llvmoutput.c:17976: warning: pointer targets in passing argument 1 of
> 'longjmp' differ in signedness
Hrm, are you using setjmp/longjmp stuff? They're definitely not portable
at all.

--
WBR, Anton Korobeynikov 



More information about the llvm-dev mailing list