[Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-irgen.
authorLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 23:26:33 +0000 (23:26 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 6 Feb 2015 23:26:33 +0000 (23:26 +0000)
commit2db85d688d87ecd0ab6812ee8343fb15ec7d22fe
tree1f6162d859a72a0fddef813d34dd799acad27b4d
parent4e96e52cbe2d193988dc6a34d2d4f18ffbb0c4fc
[Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-irgen.

This tutorial builds on the lazy_codegen kaleidoscope/orc tutorial by making
a small set of changes (~75 lines diff) to defer ir-generation for function
definitions until functions are actually referenced.

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