llvm-for-llvmta/examples/Kaleidoscope/MCJIT
Nils Hölscher 3500bf8dde first commit 2022-04-25 10:02:23 +02:00
..
cached first commit 2022-04-25 10:02:23 +02:00
complete first commit 2022-04-25 10:02:23 +02:00
initial first commit 2022-04-25 10:02:23 +02:00
lazy first commit 2022-04-25 10:02:23 +02:00
README.txt first commit 2022-04-25 10:02:23 +02:00

README.txt

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