cmake-afl.patch 205 B

12345678
  1. --- a/lib/fuzzer/CMakeLists.txt
  2. +++ b/lib/fuzzer/CMakeLists.txt
  3. @@ -143,3 +143,5 @@ endif()
  4. if(COMPILER_RT_INCLUDE_TESTS)
  5. add_subdirectory(tests)
  6. endif()
  7. +
  8. +add_library(fuzzer-afl afl/afl_driver.cpp)