[InstCombine] Signed saturation patterns
[llvm-complete.git] / tools / llvm-extract / CMakeLists.txt
blobce2a78d5d3865f2614e391308bcfb59109f2e175
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   IPO
5   IRReader
6   Support
7   )
9 add_llvm_tool(llvm-extract
10   llvm-extract.cpp
12   DEPENDS
13   intrinsics_gen
14   )