diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-07-13 01:08:53 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-07-13 01:08:53 +0000 |
| commit | 1ca738809a52e835ecde12444874ee06d177468c (patch) | |
| tree | bcbe3541597a29bbd584bb9214eebecf769cda0d /llvm/lib/Fuzzer/test/CMakeLists.txt | |
| parent | 515d0e50013f529bc489f03624221f701e33c27b (diff) | |
| download | bcm5719-llvm-1ca738809a52e835ecde12444874ee06d177468c.tar.gz bcm5719-llvm-1ca738809a52e835ecde12444874ee06d177468c.zip | |
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries to replace elements in the corpus with smaller ones that have the same feature set. Still needs tuning
llvm-svn: 307873
Diffstat (limited to 'llvm/lib/Fuzzer/test/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Fuzzer/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/CMakeLists.txt b/llvm/lib/Fuzzer/test/CMakeLists.txt index 6438bc9e5c5..30566bdc87a 100644 --- a/llvm/lib/Fuzzer/test/CMakeLists.txt +++ b/llvm/lib/Fuzzer/test/CMakeLists.txt @@ -118,6 +118,7 @@ set(Tests SingleStrncmpTest SpamyTest ShrinkControlFlowTest + ShrinkControlFlowSimpleTest ShrinkValueProfileTest StrcmpTest StrncmpOOBTest |

