llvm-cov: Don't manually parse an option for no reason
authorJustin Bogner <mail@justinbogner.com>
Thu, 30 Oct 2014 20:51:24 +0000 (20:51 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 30 Oct 2014 20:51:24 +0000 (20:51 +0000)
commit6e5def6b3e4dc03de81dff9382abe8afa82e4f3f
tree5f1e635225192e549c644489442745409c8c1497
parent3d41cbb3f4bfd0482689a84c07e3fd8e24f5d9b5
llvm-cov: Don't manually parse an option for no reason

We're using cl::opt here, but for some reason we're reading out one
particular option by hand instead. This makes -help and the like
behave rather poorly, so let's not do it this way.

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