[PATCH] D23185: [sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 13:08:25 PDT 2016
aizatsky marked an inline comment as not done.
================
Comment at: lib/Fuzzer/FuzzerLoop.cpp:141
@@ +140,3 @@
+ private:
+ const FuzzingOptions Options;
+ uintptr_t* PcBuffer;
----------------
aizatsky wrote:
> vitalybuka wrote:
> > defaults inline here?
> not sure what you mean here.
done.
https://reviews.llvm.org/D23185
More information about the llvm-commits
mailing list