1set(LLVM_LINK_COMPONENTS
2  all
3  )
4
5add_kaleidoscope_chapter(Kaleidoscope-Ch8
6  toy.cpp
7  )
8
9export_executable_symbols(Kaleidoscope-Ch8)
10