[PATCH] D65672: [compiler-rt] Expose fuzzer coverage bitmaps to the target
Alexander Oleinik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 06:45:12 PDT 2019
a1xndr added a comment.
Ping. This has been a useful feature for fuzzing QEMU virtual devices. It has some overhead due to the memcpy, but there are ways to avoid this overhead, by adding a user-modifiable counters pointer, or possibly re-mapping existing counter regions as shared memory.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65672/new/
https://reviews.llvm.org/D65672
More information about the llvm-commits
mailing list