bolt/deps/llvm-18.1.8/llvm/examples/Kaleidoscope/MCJIT
2025-02-14 19:21:04 +01:00
..
cached Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
complete Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
initial Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
lazy Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01: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.