diff options
| author | Kostya Serebryany <kcc@google.com> | 2019-01-31 00:09:43 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2019-01-31 00:09:43 +0000 |
| commit | 8da9479e40512b3d1069cc5928c8aaca989fc124 (patch) | |
| tree | 2230d9b1347d0a97074e066be25309a19e6271af /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 49c4c68919ae1be62665e6f0a58d97ae6aad1125 (diff) | |
| download | bcm5719-llvm-8da9479e40512b3d1069cc5928c8aaca989fc124.tar.gz bcm5719-llvm-8da9479e40512b3d1069cc5928c8aaca989fc124.zip | |
[libFuzzer] experimental performance optimization -lazy_counters, off by default. Posix-only for now, tested on Linux
llvm-svn: 352700
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index ef89754fa0f..3f8e959f490 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -67,6 +67,7 @@ struct FuzzingOptions { bool HandleXfsz = false; bool HandleUsr1 = false; bool HandleUsr2 = false; + bool LazyCounters = false; }; } // namespace fuzzer |

