summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/CMakeLists.txt
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-08-15 17:48:28 +0000
committerKostya Serebryany <kcc@google.com>2016-08-15 17:48:28 +0000
commitdfbe59b03db728a0cdfdf1bf763439a511c5ee09 (patch)
treeaaf9658c1515c4d6dce4df3c2adc4717e1c1820d /llvm/lib/Fuzzer/test/CMakeLists.txt
parentd09a44a2201d49a5a8965156035b8b19d610e252 (diff)
downloadbcm5719-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.txt1
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
OpenPOWER on IntegriCloud