xref: /aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/README.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker//===----------------------------------------------------------------------===/
2*9880d681SAndroid Build Coastguard Worker//                          Kaleidoscope with MCJIT
3*9880d681SAndroid Build Coastguard Worker//===----------------------------------------------------------------------===//
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard WorkerThe files in this directory are meant to accompany a series of blog posts
6*9880d681SAndroid Build Coastguard Workerthat describe the process of porting the Kaleidoscope tutorial to use the MCJIT
7*9880d681SAndroid Build Coastguard Workerexecution engine instead of the older JIT engine.
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard WorkerWhen the blog posts are ready this file will be updated with links to the posts.
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard WorkerThese directories contain Makefiles that allow the code to be built in a
12*9880d681SAndroid Build Coastguard Workerstandalone manner, independent of the larger LLVM build infrastructure.