[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / examples / Kaleidoscope / MCJIT / initial / README.txt
blobb352a784522f35207afa72f91f501263651f2f40
1 //===----------------------------------------------------------------------===/
2 //                          Kaleidoscope with MCJIT
3 //===----------------------------------------------------------------------===//
5 The files in this directory are meant to accompany the first in a series of
6 three blog posts that describe the process of porting the Kaleidoscope tutorial
7 to use the MCJIT execution engine instead of the older JIT engine.
9 When the blog post is ready this file will be updated with a link to the post.
11 The source code in this directory demonstrates the initial working version of
12 the program before subsequent performance improvements are applied.
14 This directory contain a Makefile that allow the code to be built in a
15 standalone manner, independent of the larger LLVM build infrastructure. To build
16 the program you will need to have 'clang++' and 'llvm-config' in your path. If
17 you attempt to build using the LLVM 3.3 release, some minor modifications will
18 be required, as mentioned in the blog posts.