r277081 - [docs] Coverage: Reference the new -output-dir option

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 28 16:22:42 PDT 2016


Author: vedantk
Date: Thu Jul 28 18:22:42 2016
New Revision: 277081

URL: http://llvm.org/viewvc/llvm-project?rev=277081&view=rev
Log:
[docs] Coverage: Reference the new -output-dir option

Modified:
    cfe/trunk/docs/SourceBasedCodeCoverage.rst

Modified: cfe/trunk/docs/SourceBasedCodeCoverage.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/SourceBasedCodeCoverage.rst?rev=277081&r1=277080&r2=277081&view=diff
==============================================================================
--- cfe/trunk/docs/SourceBasedCodeCoverage.rst (original)
+++ cfe/trunk/docs/SourceBasedCodeCoverage.rst Thu Jul 28 18:22:42 2016
@@ -115,7 +115,7 @@ To generate the same report in html with
 
 .. code-block:: console
 
-    % llvm-cov show ./foo -instr-profile=foo.profdata -format html -Xdemangler c++filt -Xdemangler -n
+    % llvm-cov show ./foo -instr-profile=foo.profdata -format html -o report.dir -Xdemangler c++filt -Xdemangler -n
 
 This report includes a summary view as well as dedicated sub-views for
 templated functions and their instantiations. For our example program, we get




More information about the cfe-commits mailing list