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