[LLVMdev] LLVM2.2 x64 JIT trouble on VStudio build

Anton Korobeynikov asl at math.spbu.ru
Mon Feb 18 00:51:09 PST 2008


> The x86-64 one probably doesn't work for Winodws. That's likely the  
> issue.
Well, x86-64 stub was never ported to intel assembler, I expect to see
32-bit one used on windows64.

In general, the whole windows64 support is missed mainly due to crazy
calling convetion invented by Microsoft. So, all calls from code being
JITed to external functions will be clearly broken (if they will use
'normal' CC and pass args in the registers).

--
WBR, Anton Korobeynikov 



More information about the llvm-dev mailing list