mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 14:16:08 +00:00
[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);
|
void __sanitizer_cov_trace_switch(uint64_t Val, uint64_t *Cases);
|
||||||
|
|
||||||
This interface is a subject to change.
|
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
|
Output directory
|
||||||
================
|
================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user