repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
tools
/
llvm-mt
/
CMakeLists.txt
blob
e4e99468092145af4cccd0b6ef0571868aad2b61
1
set(LLVM_LINK_COMPONENTS
2
Option
3
Support
4
WindowsManifest
5
)
6
7
set(LLVM_TARGET_DEFINITIONS Opts.td)
8
9
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
10
add_public_tablegen_target(MtTableGen)
11
12
add_llvm_tool(llvm-mt
13
llvm-mt.cpp
14
)