llvm-6502/tools/llvm-cov
Justin Bogner 5b4cc3f027 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
2014-01-29 21:31:47 +00:00
..
CMakeLists.txt llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00
llvm-cov.cpp llvm-cov: Accept the long forms of gcov options 2014-01-29 21:31:47 +00:00
LLVMBuild.txt
Makefile llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00