[llvm-commits] [patch] Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpreter.h

Reid Kleckner rnk at mit.edu
Sat Jul 18 13:55:50 PDT 2009


On Sat, Jul 18, 2009 at 1:48 PM, Xerxes RĂ„nby<xerxes at zafena.se> wrote:
> The other examples happened to include ether JIT.h or Interpreter.h so i
> guess it was kind of a flux only Kaleidoscope broke.
>
> This will probably be one of those 2.5 -> 2.6 gotchas when updating LLVM
> clients.
>
> I guess the docs/tutorial pages needs to be adjusted as well.
> Perhaps add a 2.6 release note stating that one of JIT.h or Interpreter.h
> has to be included if using the EngineBuilder.

So far as I know you always had to include JIT.h or Interpreter.h to
get one or the other linked in, though.

Reid




More information about the llvm-commits mailing list