From: Kostya Serebryany Date: Mon, 1 May 2017 19:52:01 +0000 (+0000) Subject: [sanitizer-coverage] add a deprecation note to coverage_direct=1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6fd4ede6b78f48c9d10e14845d4217145ae1c28;p=clang [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 --- diff --git a/docs/SanitizerCoverage.rst b/docs/SanitizerCoverage.rst index d69afba4da..43d6a07fa6 100644 --- a/docs/SanitizerCoverage.rst +++ b/docs/SanitizerCoverage.rst @@ -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.