repo.or.cz
/
llvm-complete.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-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-cvtres
/
BUILD.gn
blob
77d410d2df8dbef6a379de08d8ef89e0604a6ee0
1
import("//llvm/utils/TableGen/tablegen.gni")
2
3
tablegen("Opts") {
4
visibility = [ ":llvm-cvtres" ]
5
args = [ "-gen-opt-parser-defs" ]
6
}
7
8
executable("llvm-cvtres") {
9
deps = [
10
":Opts",
11
"//llvm/lib/Object",
12
"//llvm/lib/Option",
13
"//llvm/lib/Support",
14
]
15
sources = [
16
"llvm-cvtres.cpp",
17
]
18
}