[PATCH] D65672: [compiler-rt] Expose fuzzer coverage bitmaps to the target
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 10:11:11 PDT 2019
morehouse added a comment.
My opinion is that this exposes too much implementation detail and seems too hacky/niche to be merged into libFuzzer. But I defer the ultimate decision to @kcc (who is unlikely to respond until next week when he is back in the office).
For your use-case would it work to implement your initialization in `LLVMFuzzerInitialize` and then use fork mode <http://llvm.org/docs/LibFuzzer.html#fork-mode>?
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