Home | History | Annotate | Download | only in dist

Lines Matching refs:afl

1678   --enable-fuzzing=<afl|libfuzzer|ossfuzz>
18587 afl) :
18589 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using AFL" >&5
18590 printf "%s\n" "using AFL" >&6; }
18595 FUZZ_LOG_COMPILER="afl.sh" ;; #(
18625 if test "$enable_fuzzing" = "afl"
18627 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking \"for AFL enabled compiler\"" >&5
18628 printf %s "checking \"for AFL enabled compiler\"... " >&6; }
18636 #error AFL compiler required
18648 e) as_fn_error $? "set CC=afl-<gcc|clang> when --enable-fuzzing=afl is used" "$LINENO" 5 ;;