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
/
unittests
/
Option
/
BUILD.gn
blob
02a67af2a2f1ec097a900d33b37eec962badb3aa
1
import("//llvm/utils/TableGen/tablegen.gni")
2
import("//llvm/utils/unittest/unittest.gni")
3
4
tablegen("Opts") {
5
visibility = [ ":OptionTests" ]
6
args = [ "-gen-opt-parser-defs" ]
7
}
8
9
unittest("OptionTests") {
10
deps = [
11
":Opts",
12
"//llvm/lib/Option",
13
"//llvm/lib/Support",
14
]
15
sources = [
16
"OptionParsingTest.cpp",
17
]
18
}