• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Core
3  ExecutionEngine
4  Object
5  Support
6  native
7  )
8
9add_kaleidoscope_chapter(Kaleidoscope-Ch9
10  toy.cpp
11  )
12
13export_executable_symbols(Kaleidoscope-Ch9)
14