[InstCombine] Signed saturation patterns
[llvm-core.git] / tools / llvm-mt / CMakeLists.txt
blobe4e99468092145af4cccd0b6ef0571868aad2b61
1 set(LLVM_LINK_COMPONENTS
2   Option
3   Support
4   WindowsManifest
5   )
7 set(LLVM_TARGET_DEFINITIONS Opts.td)
9 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10 add_public_tablegen_target(MtTableGen)
12 add_llvm_tool(llvm-mt
13   llvm-mt.cpp
14   )