[InstCombine] Signed saturation patterns
[llvm-complete.git] / examples / LLJITExamples / LLJITWithJITLink / CMakeLists.txt
blob5f9bf394a727e6ef64b31c6d2a739ff8b2359b20
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   OrcJIT
5   Support
6   nativecodegen
7   )
9 add_llvm_example(LLJITWithJITLink
10   LLJITWithJITLink.cpp
11   )