Home | History | Annotate | Download | only in llvm-cov
      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   )
     13