[LLVMdev] Is llvm correct outputting the same data layout on Solaris i386 as on Linux i386 ?

Yuri yuri at rawbw.com
Wed Feb 2 12:06:54 PST 2011


Solaris-i386 isn't in the list of supported configurations.
I have built llvm and am trying to run some code in JIT on Solaris. Same 
code that runs fine on linux crashes during some external fun function 
invokation from JIT.
My first suspicion is ABI. clang on Solaris outputs the same data layout 
string as on linux.

Is Solaris ABI really the same on i386?

Yuri



More information about the llvm-dev mailing list