Skip to content

Commit

Permalink
[libfuzzer] removing experimental FuzzerFnAdapter
Browse files Browse the repository at this point in the history
Summary: This is superceded by protobuf mutation work.

Reviewers: kcc

Subscribers: mgorny

Differential Revision: https://reviews.llvm.org/D27865

llvm-svn: 290018
  • Loading branch information
aizatsky-chromium committed Dec 17, 2016
1 parent f07f9f8 commit a5c7efc
Showing 4 changed files with 0 additions and 322 deletions.
186 changes: 0 additions & 186 deletions llvm/lib/Fuzzer/FuzzerFnAdapter.h

This file was deleted.

2 changes: 0 additions & 2 deletions llvm/lib/Fuzzer/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -89,7 +89,6 @@ set(Tests
RepeatedBytesTest
SimpleCmpTest
SimpleDictionaryTest
SimpleFnAdapterTest
SimpleHashTest
SimpleTest
SimpleThreadedTest
@@ -134,7 +133,6 @@ endforeach()

add_executable(LLVMFuzzer-Unittest
FuzzerUnittest.cpp
FuzzerFnAdapterUnittest.cpp
)

add_executable(LLVMFuzzer-StandaloneInitializeTest
110 changes: 0 additions & 110 deletions llvm/lib/Fuzzer/test/FuzzerFnAdapterUnittest.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp

This file was deleted.

0 comments on commit a5c7efc

Please sign in to comment.