summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/MCJIT/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope/MCJIT/README.txt')
-rw-r--r--examples/Kaleidoscope/MCJIT/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/MCJIT/README.txt b/examples/Kaleidoscope/MCJIT/README.txt
new file mode 100644
index 0000000000..ba742645ac
--- /dev/null
+++ b/examples/Kaleidoscope/MCJIT/README.txt
@@ -0,0 +1,12 @@
+//===----------------------------------------------------------------------===/
+// Kaleidoscope with MCJIT
+//===----------------------------------------------------------------------===//
+
+The files in this directory are meant to 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.
+
+When the blog posts are ready this file will be updated with links to the posts.
+
+These directories contain Makefiles that allow the code to be built in a
+standalone manner, independent of the larger LLVM build infrastructure. \ No newline at end of file