From: Justin Bogner Date: Wed, 7 May 2014 02:33:58 +0000 (+0000) Subject: llvm-cov: Document --no-output in the command guide X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ffb8718ee5864bbc55ddc02448d2b7083579a4a7;p=oota-llvm.git 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 --- 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=, --object-directory=, --object-file= Find objects in DIR or based on FILE's path. If you specify a particular