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
/
Demangle
/
BUILD.gn
blob
7981d94067e524572fd7c1337d309d84e300a896
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("DemangleTests") {
4
deps = [
5
"//llvm/lib/Demangle",
6
]
7
sources = [
8
"DemangleTest.cpp",
9
"ItaniumDemangleTest.cpp",
10
"PartialDemangleTest.cpp",
11
]
12
}