Author: kcc Date: Fri Sep 30 16:57:10 2016 New Revision: 282962 URL: http://llvm.org/viewvc/llvm-project?rev=282962&view=rev Log: [sanitizer-coverage] fix docs
Modified: cfe/trunk/docs/SanitizerCoverage.rst Modified: cfe/trunk/docs/SanitizerCoverage.rst URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/SanitizerCoverage.rst?rev=282962&r1=282961&r2=282962&view=diff ============================================================================== --- cfe/trunk/docs/SanitizerCoverage.rst (original) +++ cfe/trunk/docs/SanitizerCoverage.rst Fri Sep 30 16:57:10 2016 @@ -131,6 +131,7 @@ in debug info of the binary. Thus the `` to produce a ``.symcov`` file first: .. code-block:: console + sancov -symbolize my_program.123.sancov my_program > my_program.123.symcov The ``.symcov`` file can be browsed overlayed over the source code by _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits