llvm-cov: Accept the long forms of gcov options
authorJustin Bogner <mail@justinbogner.com>
Wed, 29 Jan 2014 21:31:47 +0000 (21:31 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 29 Jan 2014 21:31:47 +0000 (21:31 +0000)
commit5b4cc3f027a09bb95f67e584aaa5f0271df08cd9
treea496ec66c4290835f0de2519901508da687911f2
parentc8662b128cfa2e20ee9250855ce096d88b15534b
llvm-cov: Accept the long forms of gcov options

This is a bit imperfect, as these options don't show up in the help as
is and single dash variants are accepted, which differs from gcov.
Unfortunately, this seems to be as good as it gets with the cl::opt
machinery, so it'll do as an incremental step.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200419 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-cov/llvm-cov.cpp