[LLVMdev] MCJIT + Windows = Incompatible object format

Yaron Keren yaron.keren at gmail.com
Mon Dec 2 14:04:45 PST 2013


Hi Josh,

JIT/MCJIT works on Windows 32 bit (maybe 64 also) with ELF object file
format:

  -target i686-pc-mingw32-elf

Yaron



2013/12/2 Joshua Klontz <josh.klontz at gmail.com>

> Is the MCJIT infrastructure supported on Windows? I'm getting an "LLVM
> ERROR: Incompatible object format!" when running my project with both VS
> 2013 and Mingw_w64 (GCC 4.8.2). Looks like this issue has been brought up
> before [1,2] and the answer is "almost". Any help would be greatly
> appreciated.
>
> v/r,
> Josh
>
> [1] http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-January/046670.html
>  [2] http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-August/052522.html
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131203/2e3a3f1b/attachment.html>


More information about the llvm-dev mailing list