[Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation.
authorLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 22:52:04 +0000 (22:52 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 22:52:04 +0000 (22:52 +0000)
commitd855e4515ea8119a0daf592a329c3ac29f76573a
tree78ee59e7cb46ae15223095c83fa4d4372cae53bf
parentaf677ebb41036e950f0405becee6b530907bae41
[Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation.

This tutorial demonstrates a very basic custom Orc JIT stack that performs eager
compilation: All modules are CodeGen'd immediately upon being added to the JIT.

llvm-svn: 228456
llvm/examples/Kaleidoscope/Orc/initial/Makefile [new file with mode: 0644]
llvm/examples/Kaleidoscope/Orc/initial/README.txt [new file with mode: 0644]
llvm/examples/Kaleidoscope/Orc/initial/toy.cpp [new file with mode: 0644]