[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)
commiteddb26303b1810f1b2e3d0dbc02687374525600a
tree77e7285266975ef520c52335485142f6b85e48cd
parent8713d99a25980b7f48d88c114a75a0e5f41a68dc
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228456 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Kaleidoscope/Orc/initial/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/README.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/toy.cpp [new file with mode: 0644]