llvm-cov: Simplify coverage reports, fixing PR22575 in the process
[oota-llvm.git] / tools / llvm-cov / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core support object profiledata)
2
3 add_llvm_tool(llvm-cov
4   llvm-cov.cpp
5   gcov.cpp
6   CodeCoverage.cpp
7   CoverageFilters.cpp
8   CoverageReport.cpp
9   CoverageSummaryInfo.cpp
10   SourceCoverageView.cpp
11   TestingSupport.cpp
12   )