[llvm] r216982 - Reinstate "Nuke the old JIT."
Iain Sandoe
iain at codesourcery.com
Wed Sep 3 06:33:20 PDT 2014
Hi Eric,
On 3 Sep 2014, at 11:02, Renato Golin wrote:
> On 3 September 2014 01:51, Reid Kleckner <rnk at google.com> wrote:
>> LLDB was still using the old JIT. I had to fix it up in r217002 / r217003.
>
> That was easy! :)
>
> It may be too aggressive, but this time we could try and fix the
> resulting problems elsewhere (like Reid did), rather than to revert
> this (very important milestone) patch again.
In that spirit, two related fixes for the configure & make stuff:
r217031 - fixes for the llvm/examples.
r217032 - fixes for clang-interpreter.
NOTE1: there are still references to 'jit' in llvm/examples/MCJIT which is built outside of the normal build, and has related web content. I have not tried to address that.
NOTE2: there are a couple more non-jit related fixes needed to get the examples to build & test smoothly (but not related directly to the nuking of jit).
cheers
Iain
More information about the llvm-commits
mailing list