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
Loading
Please sign in to comment