forked from OSchip/llvm-project
[sanitizer-coverage] add a deprecation note to coverage_direct=1
llvm-svn: 301824
This commit is contained in:
parent
e12d1e70cb
commit
4a27c79a95
|
@ -367,6 +367,8 @@ This can be changed with ``ASAN_OPTIONS=coverage_dir=/path``:
|
|||
Sudden death
|
||||
============
|
||||
|
||||
*Deprecated, don't use*
|
||||
|
||||
Normally, coverage data is collected in memory and saved to disk when the
|
||||
program exits (with an ``atexit()`` handler), when a SIGSEGV is caught, or when
|
||||
``__sanitizer_cov_dump()`` is called.
|
||||
|
|
Loading…
Reference in New Issue