[fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and...
authorKostya Serebryany <kcc@google.com>
Thu, 19 Feb 2015 18:45:37 +0000 (18:45 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 19 Feb 2015 18:45:37 +0000 (18:45 +0000)
commitce7a848558e49a7347140af9fcffe3dee749f443
tree67a08b720c9a0df0510409439779a8a8200fb73c
parent7b5766d2f62ccf40de9dd385216d7ba39dcebc0d
[fuzzer] split main() into FuzzerDriver() that takes a callback as a parameter and a tiny main() in a separate file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229882 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerDriver.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerInterface.h [new file with mode: 0644]
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMain.cpp