summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-05-07 02:33:58 +0000
committerJustin Bogner <mail@justinbogner.com>2014-05-07 02:33:58 +0000
commitffb8718ee5864bbc55ddc02448d2b7083579a4a7 (patch)
tree94540b2af2c1b1fdba43393d7c2e6ecb7fca1656 /docs
parentc92330c18ce2f7015f0db88e4bfce3d253fa3c57 (diff)
llvm-cov: Document --no-output in the command guide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-cov.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-cov.rst b/docs/CommandGuide/llvm-cov.rst
index f3e14f23049..e0b2fe98651 100644
--- a/docs/CommandGuide/llvm-cov.rst
+++ b/docs/CommandGuide/llvm-cov.rst
@@ -88,6 +88,11 @@ OPTIONS
can be combined with the --preserve-paths option to use complete paths for
both the main file and the included file.
+.. option:: -n, --no-output
+
+ Do not output any ``.gcov`` files. Summary information is still
+ displayed.
+
.. option:: -o=<DIR|FILE>, --object-directory=<DIR>, --object-file=<FILE>
Find objects in DIR or based on FILE's path. If you specify a particular