• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  ExecutionEngine
5  InstCombine
6  JIT
7  ScalarOpts
8  Support
9  nativecodegen
10  )
11
12add_llvm_example(Kaleidoscope-Ch5
13  toy.cpp
14  )
15