OSDN Git Service

[utils] Add an '--only-merge' option to the code coverage prep script
authorVedant Kumar <vsk@apple.com>
Wed, 26 Oct 2016 22:07:35 +0000 (22:07 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 26 Oct 2016 22:07:35 +0000 (22:07 +0000)
commita8dbdb73ecc73bbf34942eda488e0411e1f53574
tree5443acf243935120f847403557f5a6376040cc9d
parent04c77eeb6480a4af175bb01f60f5a12c1944ed41
[utils] Add an '--only-merge' option to the code coverage prep script

In --only-merge mode, the script terminates after the profile merging
step.  This makes the script less stateful: it's more natural to split
the merge out into a separate step instead of relying on the first
invocation of the script to do it.

This should not break any existing users of the script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285247 91177308-0d34-0410-b5e6-96231b3b80d8
utils/prepare-code-coverage-artifact.py