diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-05-07 02:33:58 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-05-07 02:33:58 +0000 |
commit | d968717126480d8fab681d4bf8ade59ba20b0ef7 (patch) | |
tree | d054a7be51c2f1ae627b0f11cdfe9db67ccc254d /llvm/docs/CommandGuide/llvm-cov.rst | |
parent | 3d23c42029a8675f388c996fc7e7c1aff5e85f43 (diff) | |
download | bcm5719-llvm-d968717126480d8fab681d4bf8ade59ba20b0ef7.tar.gz bcm5719-llvm-d968717126480d8fab681d4bf8ade59ba20b0ef7.zip |
llvm-cov: Document --no-output in the command guide
llvm-svn: 208151
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-cov.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-cov.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst index f3e14f23049..e0b2fe98651 100644 --- a/llvm/docs/CommandGuide/llvm-cov.rst +++ b/llvm/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 |