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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to