diff options
-rw-r--r-- | clang/docs/SanitizerCoverage.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst index 19d8e4f47cd..8654b1d4e40 100644 --- a/clang/docs/SanitizerCoverage.rst +++ b/clang/docs/SanitizerCoverage.rst @@ -131,6 +131,7 @@ in debug info of the binary. Thus the ``.sancov`` has to be symbolized 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 |