aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/MCJIT/README.txt
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-07-22 18:47:24 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-07-22 18:47:24 +0000
commitdbbbccc3492aa7f91f21d8902cfb0b766dabb849 (patch)
treed9b8fba2bc3e5b1edf4f7ad992407288c0a8a27f /examples/Kaleidoscope/MCJIT/README.txt
parent8945f753edf14b998fe57fd0a8b675b61aeb0164 (diff)
downloadexternal_llvm-dbbbccc3492aa7f91f21d8902cfb0b766dabb849.zip
external_llvm-dbbbccc3492aa7f91f21d8902cfb0b766dabb849.tar.gz
external_llvm-dbbbccc3492aa7f91f21d8902cfb0b766dabb849.tar.bz2
Adding example source to support MCJIT/Kaleidoscope blog posts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186854 91177308-0d34-0410-b5e6-96231b3b80d8
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 0000000..ba74264
--- /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