• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  ExecutionEngine
5  InstCombine
6  Object
7  OrcJIT
8  RuntimeDyld
9  ScalarOpts
10  Support
11  native
12  )
13
14add_kaleidoscope_chapter(Kaleidoscope-Ch4
15  toy.cpp
16  )
17
18export_executable_symbols(Kaleidoscope-Ch4)
19