blob: e4e99468092145af4cccd0b6ef0571868aad2b61 [file] [log] [blame]
Eric Beckmann82998502017-07-17 21:35:12 +00001set(LLVM_LINK_COMPONENTS
2 Option
3 Support
Eric Beckmann36be14c2017-07-26 01:21:55 +00004 WindowsManifest
Eric Beckmann82998502017-07-17 21:35:12 +00005 )
6
7set(LLVM_TARGET_DEFINITIONS Opts.td)
8
9tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10add_public_tablegen_target(MtTableGen)
11
12add_llvm_tool(llvm-mt
13 llvm-mt.cpp
14 )