[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpus with...
authorKostya Serebryany <kcc@google.com>
Wed, 2 Sep 2015 23:27:39 +0000 (23:27 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 2 Sep 2015 23:27:39 +0000 (23:27 +0000)
commit8f6c191d6c6516612850f602bc6152506f8186d8
tree7e24260e0c3a8dabbcf97d232f277387dea66049
parent1522e8d8f8e577e23a4b4d166e89a6cb131b479a
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpus with this flag contains encrypted inputs, not the real inputs, which complicates interoperation with other fuzzers. Instead we'll need to implement AFL dictionary support

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/test/fuzzer.test