xref: /llvm-project/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt (revision 01b488faabdfe9402c5b4d1f788038cc439acf90)
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  ExecutionEngine
5  InstCombine
6  Object
7  OrcJIT
8  Passes
9  RuntimeDyld
10  ScalarOpts
11  Support
12  native
13  )
14
15add_kaleidoscope_chapter(Kaleidoscope-Ch6
16  toy.cpp
17  )
18