summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-11-30 22:17:19 +0000
committerKostya Serebryany <kcc@google.com>2015-11-30 22:17:19 +0000
commita94e6e7eb0bae48ebac1ef1cdcceb04d4b300724 (patch)
treeeb5b512b5e80fd1610c81c00439a593046b82bda
parentc109200c5384e90e57c6a00e3cc04d2acda71e26 (diff)
downloadbcm5719-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.rst1
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
================
OpenPOWER on IntegriCloud