[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 12:43:42 PDT 2016


aizatsky marked an inline comment as done.

================
Comment at: lib/Fuzzer/FuzzerLoop.cpp:141
@@ +140,3 @@
+ private:
+  const FuzzingOptions Options;
+  uintptr_t* PcBuffer;
----------------
vitalybuka wrote:
> defaults inline here?
not sure what you mean here.


https://reviews.llvm.org/D23185





More information about the llvm-commits mailing list