[PATCH] D36391: [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies

Sean Eveson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 07:10:55 PDT 2017


seaneveson updated this revision to Diff 110576.
seaneveson added a comment.

- Address review comments
- Move the creation of the mapping into its own method, and call that inside load(), so it works properly for report as well as show


https://reviews.llvm.org/D36391

Files:
  docs/CommandGuide/llvm-cov.rst
  test/tools/llvm-cov/Inputs/path_equivalence.covmapping
  test/tools/llvm-cov/Inputs/path_equivalence.proftext
  test/tools/llvm-cov/binary-formats.c
  test/tools/llvm-cov/combine_expansions.cpp
  test/tools/llvm-cov/cov-comdat.test
  test/tools/llvm-cov/deferred-region.cpp
  test/tools/llvm-cov/demangle.test
  test/tools/llvm-cov/hideUnexecutedSubviews.test
  test/tools/llvm-cov/native_separators.c
  test/tools/llvm-cov/path_equivalence.c
  test/tools/llvm-cov/prefer_used_to_unused.h
  test/tools/llvm-cov/prevent_false_instantiations.h
  test/tools/llvm-cov/report.cpp
  test/tools/llvm-cov/scan-directory.test
  test/tools/llvm-cov/showExpansions.cpp
  test/tools/llvm-cov/showHighlightedRanges.cpp
  test/tools/llvm-cov/showLineExecutionCounts.cpp
  test/tools/llvm-cov/showProjectSummary.cpp
  test/tools/llvm-cov/showRegionMarkers.cpp
  test/tools/llvm-cov/showTabsHTML.cpp
  test/tools/llvm-cov/showTemplateInstantiations.cpp
  test/tools/llvm-cov/style.test
  test/tools/llvm-cov/threads.c
  test/tools/llvm-cov/universal-binary.c
  test/tools/llvm-cov/warnings.h
  tools/llvm-cov/CodeCoverage.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36391.110576.patch
Type: text/x-patch
Size: 43092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170810/3f02723e/attachment.bin>


More information about the llvm-commits mailing list