This commit is contained in:
vanhauser-thc 2024-01-19 10:28:39 +01:00
parent cefc9a00bf
commit 660b697ed9

View File

@ -1180,11 +1180,11 @@ void mode_final_checkout(aflcc_state_t *aflcc, int argc, char **argv) {
switch (aflcc->compiler_mode) { switch (aflcc->compiler_mode) {
case GCC: case GCC:
if (!aflcc->have_gcc) FATAL("afl-gcc not available on your platform!"); if (!aflcc->have_gcc) FATAL("afl-gcc is not available on your platform!");
break; break;
case CLANG: case CLANG:
if (!aflcc->have_clang) if (!aflcc->have_clang)
FATAL("afl-clang not available on your platform!"); FATAL("afl-clang is not available on your platform!");
break; break;
case LLVM: case LLVM:
if (!aflcc->have_llvm) if (!aflcc->have_llvm)
@ -2538,11 +2538,11 @@ static void maybe_usage(aflcc_state_t *aflcc, int argc, char **argv) {
"MODES: NCC PERSIST DICT LAF " "MODES: NCC PERSIST DICT LAF "
"CMPLOG SELECT\n" "CMPLOG SELECT\n"
" [LLVM] LLVM: %s%s\n" " [LLVM] LLVM: %s%s\n"
" PCGUARD %s yes yes module yes yes " " PCGUARD %s yes yes module yes yes "
"yes\n" "yes\n"
" NATIVE AVAILABLE no yes no no " " NATIVE AVAILABLE no yes no no "
"part. yes\n" "part. yes\n"
" CLASSIC %s no yes module yes yes " " CLASSIC %s no yes module yes yes "
"yes\n" "yes\n"
" - NORMAL\n" " - NORMAL\n"
" - CALLER\n" " - CALLER\n"