Skip to content
Snippets Groups Projects
Commit a6fd4ede authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[sanitizer-coverage] add a deprecation note to coverage_direct=1

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301824 91177308-0d34-0410-b5e6-96231b3b80d8
parent 58733dee
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment