forked from OSchip/llvm-project
parent
a6119958ff
commit
f74169c9d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue