search for: 5864afd8

Displaying 2 results from an estimated 2 matches for "5864afd8".

2013 Dec 03
0
[LLVMdev] MCJIT + Windows = Incompatible object format
...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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131203/5864afd8/attachment.html>
2013 Dec 02
3
[LLVMdev] MCJIT + Windows = Incompatible object format
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]