[LLVMbugs] [Bug 17463] New: MCJIT does not work on Windows
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Oct 3 01:46:02 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17463
Bug ID: 17463
Summary: MCJIT does not work on Windows
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: srscode at outlook.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I understand that old JIT may be removed soon, so I decided to verify that my
compiler frontend works with MCJIT.
On Windows 8 64 bit, I get this when I execute through mcjit:
"LLVM ERROR: Incompatible object format!"
Of course, looking at the RuntimeDyld stuff reveals that (pe)coff and thus
Windows isn't supported at all by Windows.
I wonder how the old jit can be removed when mcjit doesn't support Windows?
When is support planned? Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131003/d709749c/attachment.html>
More information about the llvm-bugs
mailing list