mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
5eb6b82729
A fuzzer for qsort has also been added. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D110382
7 lines
165 B
CMake
7 lines
165 B
CMake
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=fuzzer")
|
|
add_custom_target(libc-fuzzer)
|
|
|
|
add_subdirectory(math)
|
|
add_subdirectory(stdlib)
|
|
add_subdirectory(string)
|