Skip to content

Commit

Permalink
llvm-cov: Document --no-output in the command guide
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208151 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bogner committed May 7, 2014
1 parent c92330c commit ffb8718
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CommandGuide/llvm-cov.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffb8718

Please sign in to comment.