Remove AFL Integration by reverting

This commit is contained in:
lazymio
2021-10-26 11:22:21 +02:00
parent 7ac7c23c12
commit e695686c15
56 changed files with 46 additions and 2580 deletions

View File

@ -35,8 +35,6 @@ else()
include_directories(
${CMAKE_BINARY_DIR}
)
# Try to build AFL support on all other platform.
set(UNICORN_HAS_AFL TRUE)
endif()
include_directories(
@ -328,10 +326,6 @@ else()
OUTPUT_FILE ${CMAKE_BINARY_DIR}/riscv64-softmmu/config-target.h
)
endif()
if (UNICORN_HAS_AFL)
# Make it globally
set (UNICORN_CFLAGS ${UNICORN_CFLAGS} -DUNICORN_HAS_AFL)
endif()
add_compile_options(
${UNICORN_CFLAGS}
-I${CMAKE_CURRENT_SOURCE_DIR}/qemu/tcg/${UNICORN_TARGET_ARCH}