llvm-6502/examples/Kaleidoscope/MCJIT
Rafael Espindola 875710a2fd Nuke the old JIT.
I am sure we will be finding bits and pieces of dead code for years to
come, but this is a good start.

Thanks to Lang Hames for making MCJIT a good replacement!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215111 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-07 14:21:18 +00:00
..
cached Nuke the old JIT. 2014-08-07 14:21:18 +00:00
complete Nuke the old JIT. 2014-08-07 14:21:18 +00:00
initial Nuke the old JIT. 2014-08-07 14:21:18 +00:00
lazy Nuke the old JIT. 2014-08-07 14:21:18 +00:00
README.txt

//===----------------------------------------------------------------------===/
//                          Kaleidoscope with MCJIT
//===----------------------------------------------------------------------===//

The files in this directory are meant to accompany a series of blog posts
that describe the process of porting the Kaleidoscope tutorial to use the MCJIT
execution engine instead of the older JIT engine.

When the blog posts are ready this file will be updated with links to the posts.

These directories contain Makefiles that allow the code to be built in a
standalone manner, independent of the larger LLVM build infrastructure.