[InstCombine] Signed saturation patterns
[llvm-complete.git] / tools / llvm-strings / CMakeLists.txt
blob390f117513978289c77013acf7b24fff54f17457
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Object
4   Support
5   )
7 add_llvm_tool(llvm-strings
8   llvm-strings.cpp
9   )
11 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
12   add_llvm_tool_symlink(strings llvm-strings)
13 endif()