[Orc][Kaleidoscope] Add an example of extreme-laziness in Orc.
authorLang Hames <lhames@gmail.com>
Tue, 17 Feb 2015 05:40:42 +0000 (05:40 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 17 Feb 2015 05:40:42 +0000 (05:40 +0000)
commita2fe1f3137831ca4d7708139d38fc074d8052c90
tree69f9155a8326ce04a3bc6ecef3a8b768dfc37006
parentb8254a56a962b99def2bb45a487417cc6c99b8a8
[Orc][Kaleidoscope] Add an example of extreme-laziness in Orc.

The version of the tutorial uses the new compile callbacks API to inject stubs
that trigger IRGen & Codegen of their respective function bodies when they are
first called.

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