[InstCombine] Signed saturation patterns
[llvm-core.git] / tools / llvm-cxxmap / CMakeLists.txt
blobe180d3cd82fff20ce2aba25cff09b65fca084f20
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   )
6 add_llvm_tool(llvm-cxxmap
7   llvm-cxxmap.cpp
8   )