diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-11-30 22:17:19 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-11-30 22:17:19 +0000 |
| commit | a94e6e7eb0bae48ebac1ef1cdcceb04d4b300724 (patch) | |
| tree | eb5b512b5e80fd1610c81c00439a593046b82bda | |
| parent | c109200c5384e90e57c6a00e3cc04d2acda71e26 (diff) | |
| download | bcm5719-llvm-a94e6e7eb0bae48ebac1ef1cdcceb04d4b300724.tar.gz bcm5719-llvm-a94e6e7eb0bae48ebac1ef1cdcceb04d4b300724.zip | |
[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp
llvm-svn: 254337
| -rw-r--r-- | clang/docs/SanitizerCoverage.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst index efcb49e6eb4..f8ac1dc2df9 100644 --- a/clang/docs/SanitizerCoverage.rst +++ b/clang/docs/SanitizerCoverage.rst @@ -275,6 +275,7 @@ they will be called by the instrumented code. void __sanitizer_cov_trace_switch(uint64_t Val, uint64_t *Cases); This interface is a subject to change. +The current implementation is not thread-safe and thus can be safely used only for single-threaded targets. Output directory ================ |

