[PATCH] D36391: [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 07:53:03 PDT 2017
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
It might be nice to find a simpler way to remove unmapped inputs, but that can certainly wait. LGTM, thanks again for working on this.
================
Comment at: tools/llvm-cov/CodeCoverage.cpp:389
+
+ // Convert intput files from local paths to coverage data file paths.
+ StringMap<std::string> InvRemappedFilenames;
----------------
nit, 'input'
https://reviews.llvm.org/D36391
More information about the llvm-commits
mailing list