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-readobj] - Fix a TODO in elf-reloc-zero-name-or-value.test.
[llvm-complete.git]
/
tools
/
llvm-cov
/
CMakeLists.txt
blob
c3afec86cba20dc3ddd055bad0acb2bab23b614d
1
set(LLVM_LINK_COMPONENTS core support object coverage profiledata)
2
3
add_llvm_tool(llvm-cov
4
llvm-cov.cpp
5
gcov.cpp
6
CodeCoverage.cpp
7
CoverageExporterJson.cpp
8
CoverageExporterLcov.cpp
9
CoverageFilters.cpp
10
CoverageReport.cpp
11
CoverageSummaryInfo.cpp
12
SourceCoverageView.cpp
13
SourceCoverageViewHTML.cpp
14
SourceCoverageViewText.cpp
15
TestingSupport.cpp
16
)