[LLVMdev] Workaround for Bug 22963?

Alan Garny agarny at hellix.com
Tue Mar 31 22:22:46 PDT 2015


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 Bug 22963
(https://llvm.org/bugs/show_bug.cgi?id=22963). Everything works fine the
very first time I try to compile some code, but if I try to compile some
other code, then it will fail as reported in the bug report.

 

I was therefore wondering whether there is a known workaround for this
issue? Ideally, I wouldn't have to go back to LLVM 3.5.1.

 

Cheers, Alan.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150401/e3bab1ad/attachment.html>


More information about the llvm-dev mailing list