projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12d1e7
)
[sanitizer-coverage] add a deprecation note to coverage_direct=1
author
Kostya Serebryany
<kcc@google.com>
Mon, 1 May 2017 19:52:01 +0000
(19:52 +0000)
committer
Kostya Serebryany
<kcc@google.com>
Mon, 1 May 2017 19:52:01 +0000
(19:52 +0000)
llvm-svn: 301824
clang/docs/SanitizerCoverage.rst
patch
|
blob
|
history
diff --git
a/clang/docs/SanitizerCoverage.rst
b/clang/docs/SanitizerCoverage.rst
index
d69afba
..
43d6a07
100644
(file)
--- a/
clang/docs/SanitizerCoverage.rst
+++ b/
clang/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.