commit | a17d23eaa7e60d54b2695e09b3aad4eb2155f629 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Thu Oct 13 19:06:46 2016 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Thu Oct 13 19:06:46 2016 +0000 |
tree | 67f369e148820b6f53c484a2ebec8afe506e8892 | |
parent | 92db01ebd7b7a3a0cc54e938b807a7e55cbddd82 [diff] [blame] |
[libFuzzer] add -trace_malloc= flag llvm-svn: 284149
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h index ed31fa2..d0bac9c 100644 --- a/llvm/lib/Fuzzer/FuzzerOptions.h +++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -51,6 +51,7 @@ bool PrintCorpusStats = false; bool PrintCoverage = false; bool DetectLeaks = true; + int TraceMalloc = 0; }; } // namespace fuzzer