diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-08-15 17:48:28 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-08-15 17:48:28 +0000 |
| commit | dfbe59b03db728a0cdfdf1bf763439a511c5ee09 (patch) | |
| tree | aaf9658c1515c4d6dce4df3c2adc4717e1c1820d /llvm/lib/Fuzzer/test/CMakeLists.txt | |
| parent | d09a44a2201d49a5a8965156035b8b19d610e252 (diff) | |
| download | bcm5719-llvm-dfbe59b03db728a0cdfdf1bf763439a511c5ee09.tar.gz bcm5719-llvm-dfbe59b03db728a0cdfdf1bf763439a511c5ee09.zip | |
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
New mutation: InsertRepeatedBytes.
Updated mutation: EraseByte => EraseBytes.
This helps https://github.com/google/sanitizers/issues/710
where libFuzzer was not able to find a known bug.
Now it finds it in minutes.
Hopefully, the change is general enough to help other targets.
llvm-svn: 278687
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 cbc983e9e41..2164086b5a7 100644 --- a/llvm/lib/Fuzzer/test/CMakeLists.txt +++ b/llvm/lib/Fuzzer/test/CMakeLists.txt @@ -81,6 +81,7 @@ set(Tests OneHugeAllocTest OutOfMemoryTest RepeatedMemcmp + RepeatedBytesTest SimpleCmpTest SimpleDictionaryTest SimpleFnAdapterTest |

