[LLVMdev] (no subject)

Yaron Keren yaron.keren at gmail.com
Mon Feb 16 14:18:13 PST 2015


If you're running code under the JIT, it has a dynamic loader for ELF but
not COFF object format , so you'll need to produce ELF objects. As the
default under Windows is COFF you'll need to add -elf to the triple.



2015-02-17 0:01 GMT+02:00 llvm 999 <llvm.999 at outlook.com>:

>  This is my first post so not sure I've done everything right.
>
> Just started playing with LLVM on Windows 7, VS C++.
> Was trying to play with the example 4 and got the following error:
>
>
> *"LLVM ERROR: Incompatible object format"*
>
>
>
> *I was able resolve the problem by following the suggestion found here:*
>
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-December/068395.html
>
>
>
> This issue seems to be an old one and it is now resurfacing?
>
> Or was there anything I did wrong?
>
>
> _______________________________________________
> 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/20150217/319bd399/attachment.html>


More information about the llvm-dev mailing list