]> granicus.if.org Git - clang/commitdiff
[docs] Coverage: Reference the new -output-dir option
authorVedant Kumar <vsk@apple.com>
Thu, 28 Jul 2016 23:22:42 +0000 (23:22 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 28 Jul 2016 23:22:42 +0000 (23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277081 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceBasedCodeCoverage.rst

index b56675da734fa435666c2bd84ae82f33e628ffe2..8c4ab8d0ae41bc81c73e5c97eaac81f16fbfb238 100644 (file)
@@ -115,7 +115,7 @@ To generate the same report in html with demangling turned on, use:
 
 .. 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