Summary: Lazy counters haven't improved performance for large fuzz targets. Reviewers: kcc Reviewed By: kcc Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67476 llvm-svn: 373403
5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
RUN: %cpp_compiler %S/LargeTest.cpp -o %t-LargeTest
|
|
RUN: %run %t-LargeTest -runs=10000
|
|
|
|
CHECK: pages of counters where protected; libFuzzer's SEGV handler must be installed
|