llvm-for-llvmta/examples/Kaleidoscope/MCJIT/README.txt

10 lines
413 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
//===----------------------------------------------------------------------===/
// Kaleidoscope with MCJIT
//===----------------------------------------------------------------------===//
The files in this directory are 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.