forked from OSchip/llvm-project
[libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmp
llvm-svn: 254337
This commit is contained in:
parent
c109200c53
commit
a94e6e7eb0
|
@ -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
|
||||
================
|
||||
|
|
Loading…
Reference in New Issue