Skip to content
Snippets Groups Projects
Commit bda2590b authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254337 91177308-0d34-0410-b5e6-96231b3b80d8
parent e6317622
No related branches found
No related tags found
No related merge requests found
......@@ -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
================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment