]> granicus.if.org Git - llvm/commit
[utils] coverage: Add help text about the --restrict flag (NFC)
authorVedant Kumar <vsk@apple.com>
Thu, 9 Feb 2017 19:37:18 +0000 (19:37 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 9 Feb 2017 19:37:18 +0000 (19:37 +0000)
commit162e055c2bd275339781a18a8da99354beafe0de
tree503c72366a8534aa81d31d678e4aad4d5b42b6ee
parent3e8303014828be8ed93f9d4f14f81a9a3fa39a8e
[utils] coverage: Add help text about the --restrict flag (NFC)

Passing the --restrict flag to the coverage prep script before other
positional arguments is wrong, because it prevents the argparse module
from telling apart arguments to --restrict versus positional arguments.

Pointed out by Sean Callanan!

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