1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/examples/Kaleidoscope/MCJIT/README.txt

10 lines
413 B
Plaintext

//===----------------------------------------------------------------------===/
// 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.