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)
commitf6c50557646079a0f7bc8607a63f6f506524d3e4
tree81cfa79da454922fb84636468bff6c5c0c95356c
parentd1e64b1e93ccf8836dc76f36adda880bbeab196f
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.

llvm-svn: 220928
llvm/tools/llvm-cov/CodeCoverage.cpp