[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / examples / Kaleidoscope / BuildingAJIT / Chapter5 / CMakeLists.txt
blobd5b832b495504f785a481a0fcbf1686488c57a5f
1 add_subdirectory(Server)
3 set(LLVM_LINK_COMPONENTS
4   Analysis
5   Core
6   ExecutionEngine
7   InstCombine
8   Object
9   OrcJIT
10   RuntimeDyld
11   ScalarOpts
12   Support
13   TransformUtils
14   native
15   )
17 add_kaleidoscope_chapter(BuildingAJIT-Ch5
18   toy.cpp
19   )
21 export_executable_symbols(BuildingAJIT-Ch5)