1 //===----------------------------------------------------------------------===/
2 // Kaleidoscope with MCJIT
3 //===----------------------------------------------------------------------===//
5 The files in this directory are accompany a series of blog posts that describe
6 the process of porting the Kaleidoscope tutorial to use the MCJIT execution
7 engine instead of the older JIT engine.