xref: /aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  ExecutionEngine
5  InstCombine
6  Object
7  RuntimeDyld
8  ScalarOpts
9  Support
10  native
11  )
12
13add_kaleidoscope_chapter(BuildingAJIT-Ch2
14  toy.cpp
15  )
16
17export_executable_symbols(BuildingAJIT-Ch2)
18