This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
470d04400e
llvm-project
/
llvm
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
CMakeLists.txt
5 lines
82 B
CMake
Raw
Normal View
History
Unescape
Escape
[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. This is a work in progress - the chapter text is incomplete, though the example code compiles and runs. Feedback and patches are, as usual, most welcome. llvm-svn: 270487
2016-05-24 04:34:19 +08:00
add_subdirectory
(
Chapter1
)
[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT tutorial. llvm-svn: 270794
2016-05-26 07:25:23 +08:00
add_subdirectory
(
Chapter2
)
[Kaleidoscope][BuildingAJIT] Add code for Chapter 3. llvm-svn: 270909
2016-05-27 04:35:39 +08:00
add_subdirectory
(
Chapter3
)
[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT tutorial. llvm-svn: 270794
2016-05-26 07:25:23 +08:00