1add_subdirectory(Server) 2 3set(LLVM_LINK_COMPONENTS 4 Analysis 5 Core 6 ExecutionEngine 7 InstCombine 8 Object 9 OrcJIT 10 RuntimeDyld 11 ScalarOpts 12 Support 13 TransformUtils 14 native 15 ) 16 17add_kaleidoscope_chapter(BuildingAJIT-Ch5 18 toy.cpp 19 ) 20 21export_executable_symbols(BuildingAJIT-Ch5) 22