mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
18259b0a87
This patch updates the Kaleidoscope and BuildingAJIT tutorial series (chapter 1-4) to OrcV2. Chapter 5 of the BuildingAJIT series is removed -- it will be re-instated once we have in-tree support for out-of-process JITing. This patch only updates the tutorial code, not the text. Patches welcome for that, otherwise I will try to update it in a few weeks.
9 lines
166 B
CMake
9 lines
166 B
CMake
add_subdirectory(Chapter1)
|
|
add_subdirectory(Chapter2)
|
|
add_subdirectory(Chapter3)
|
|
add_subdirectory(Chapter4)
|
|
|
|
# if (NOT WIN32)
|
|
# add_subdirectory(Chapter5)
|
|
# endif()
|