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
[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
[llvm-complete.git]
/
unittests
/
DebugInfo
/
CodeView
/
CMakeLists.txt
blob
70a7b8af14479d230d0c621f0ec44236eaa1f275
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoCodeView
3
)
4
5
add_llvm_unittest(DebugInfoCodeViewTests
6
RandomAccessVisitorTest.cpp
7
TypeHashingTest.cpp
8
TypeIndexDiscoveryTest.cpp
9
)
10
11
target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)