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

llvm-svn: 277081
This commit is contained in:
Vedant Kumar 2016-07-28 23:22:42 +00:00
parent 3f42b13c20
commit ae00885108
1 changed files with 1 additions and 1 deletions

View 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