Displaying 1 result from an estimated 1 matches for "b9288f8a".
2015 Apr 01
2
[LLVMdev] Workaround for Bug 22963?
Hi,
I have recently upgraded my project to LLVM 3.6 and I am wondering whether I
should have waited for version 3.6.1. With JIT having been officially
superseded by MCJIT, I updated my code and got everything working fine on
64-bit Windows, 32-bit/64-bit Linux and OS X, but it's not working properly
on 32-bit Windows.
Basically, the issue I am having is similar to the one reported in