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
gn build: Merge r372706
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
DebugInfo
/
CodeView
/
BUILD.gn
blob
913de50c7e6c4812864ebd94d378a8dc5f04d5f5
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("DebugInfoCodeViewTests") {
4
deps = [
5
"//llvm/lib/DebugInfo/CodeView",
6
"//llvm/lib/Testing/Support",
7
]
8
sources = [
9
"RandomAccessVisitorTest.cpp",
10
"TypeHashingTest.cpp",
11
"TypeIndexDiscoveryTest.cpp",
12
]
13
}