[PATCH] D41206: [llvm-cov] Multi-threaded implementation of prepareFileReports method.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 22 15:05:14 PST 2017


Dor1s updated this revision to Diff 128058.
Dor1s added a comment.

Woohoo, everything works!


https://reviews.llvm.org/D41206

Files:
  test/tools/llvm-cov/Inputs/multithreaded_report/
  test/tools/llvm-cov/Inputs/multithreaded_report/abs.h
  test/tools/llvm-cov/Inputs/multithreaded_report/bytes.cc
  test/tools/llvm-cov/Inputs/multithreaded_report/bytes.h
  test/tools/llvm-cov/Inputs/multithreaded_report/main.cc
  test/tools/llvm-cov/Inputs/multithreaded_report/main.covmapping
  test/tools/llvm-cov/Inputs/multithreaded_report/main.profdata
  test/tools/llvm-cov/Inputs/multithreaded_report/pow.h
  test/tools/llvm-cov/Inputs/multithreaded_report/words.cc
  test/tools/llvm-cov/Inputs/multithreaded_report/words.h
  test/tools/llvm-cov/multithreaded-report.test
  tools/llvm-cov/CodeCoverage.cpp
  tools/llvm-cov/CoverageReport.cpp
  tools/llvm-cov/CoverageReport.h
  tools/llvm-cov/CoverageSummaryInfo.h
  tools/llvm-cov/CoverageViewOptions.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41206.128058.patch
Type: text/x-patch
Size: 15309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171222/ed63c49c/attachment.bin>


More information about the llvm-commits mailing list