OSDN Git Service

[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT
authorLang Hames <lhames@gmail.com>
Wed, 25 May 2016 23:25:23 +0000 (23:25 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 25 May 2016 23:25:23 +0000 (23:25 +0000)
commit1ab578794e7d1d064b2e784c3d29f0abf4f2e59c
treefc1e4662672e1843d2e26486b4950697a255346f
parent8cc1c5e65ba72f1af99e46d742e29e3888500a2d
[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT
tutorial.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270794 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp [new file with mode: 0644]