[utils] Add a '--unified-report' option to the code coverage prep script
authorVedant Kumar <vsk@apple.com>
Wed, 26 Oct 2016 22:07:39 +0000 (22:07 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 26 Oct 2016 22:07:39 +0000 (22:07 +0000)
commitf4df0edf3ea39a686abc5753c2d98d61082d02a7
tree9af65b4528ed0c483269caf1a4488fb37401a7a8
parent7466987cb7ba5e5de2f02abca5f0e7ae9a608aba
[utils] Add a '--unified-report' option to the code coverage prep script

In --unified-report mode, a single coverage report is prepared for all
specified binaries and written to *report_dir*. This mode is compatible
with all existing script options, including the --restrict mode which is
used to limit coverage reporting to certain files or directories.

This should not break any existing users of the script.

llvm-svn: 285249
llvm/utils/prepare-code-coverage-artifact.py