Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / examples / Kaleidoscope / MCJIT / README.txt
blob54c14ced1c8312b53981a78b90552e7f3031da3d
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.