[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp

llvm-svn: 254337
This commit is contained in:
Kostya Serebryany 2015-11-30 22:17:19 +00:00
parent c109200c53
commit a94e6e7eb0
1 changed files with 1 additions and 0 deletions

View File

@ -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
================