[LLVMdev] jit folder
Tim Northover
t.p.northover at gmail.com
Mon Nov 17 09:15:12 PST 2014
Hi,
> I have llvm 3.6.0. But when I open JIT folder in the source directory I find
> it empty!
>
> Any explanation?
The JIT folder contained the legacy JIT which was based on a different
code emission path than the rest of LLVM. It had been spottily
maintained for a while, only worked on x86 and ARM I think, and was
finally removed from trunk after 3.5 was released. The replacement is
called "MCJIT" and lives in corresponding files & directories.
Cheers.
Tim.
More information about the llvm-dev
mailing list