[sanitizer-coverage] add a deprecation note to coverage_direct=1
authorKostya Serebryany <kcc@google.com>
Mon, 1 May 2017 19:52:01 +0000 (19:52 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 1 May 2017 19:52:01 +0000 (19:52 +0000)
llvm-svn: 301824

clang/docs/SanitizerCoverage.rst

index d69afba..43d6a07 100644 (file)
@@ -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.