Home | History | Annotate | Download | only in Chapter5
      1 add_subdirectory(Server)
      2 
      3 set(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 
     17 add_kaleidoscope_chapter(BuildingAJIT-Ch5
     18   toy.cpp
     19   )
     20 
     21 export_executable_symbols(BuildingAJIT-Ch5)
     22