[InstCombine] Signed saturation patterns
[llvm-core.git] / examples / ParallelJIT / CMakeLists.txt
blobc42dfc85c14a035446e839076b5cd58e45290e99
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Interpreter
5   MC
6   Support
7   nativecodegen
8   )
10 add_llvm_example(ParallelJIT
11   ParallelJIT.cpp
12   )
14 target_link_libraries(ParallelJIT PRIVATE ${LLVM_PTHREAD_LIB})