diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index d0e78a9a1d1..8e2806b0c61 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/docs/CommandGuide/llvm-cov.rst @@ -236,6 +236,10 @@ OPTIONS Show code coverage only for functions that match the given regular expression. +.. option:: -format=<FORMAT> + + Use the specified output format. The supported formats are: "text". + .. option:: -line-coverage-gt=<N> Show code coverage only for functions with line coverage greater than the |