[PATCH] Fix for Bug 5053
Lang Hames
lhames at gmail.com
Mon Oct 13 19:34:21 PDT 2014
Hi Swaroop,
Copied from the bug report:
The old JIT is deprecated in 3.5, and has been removed entirely on the development branch of LLVM. Could you try this with MCJIT and see if your problem reproduces there?
Just run 'lli -use-mcjit testcase.ll' on 3.5, or simply 'lli testcase.ll' on the development branch where MCJIT is the default.
Cheers,
Lang.
http://reviews.llvm.org/D5387
More information about the llvm-commits
mailing list