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
/
TextAPI
/
BUILD.gn
blob
8e51943b7e263142c019e4267252fd43d62b8209
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("TextAPITests") {
4
deps = [
5
"//llvm/lib/Testing/Support",
6
"//llvm/lib/TextAPI",
7
]
8
sources = [
9
"ELFYAMLTest.cpp",
10
"TextStubV1Tests.cpp",
11
"TextStubV2Tests.cpp",
12
"TextStubV3Tests.cpp",
13
"TextStubV4Tests.cpp",
14
]
15
}