fix afl-cc help output

This commit is contained in:
vanhauser-thc
2023-09-27 16:32:55 +02:00
parent bd90283d0f
commit 5f7c3a1ee0

View File

@ -2118,6 +2118,8 @@ int main(int argc, char **argv, char **envp) {
" [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 "
"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"
@ -2137,10 +2139,10 @@ int main(int argc, char **argv, char **envp) {
"no\n\n", "no\n\n",
have_llvm ? "AVAILABLE" : "unavailable!", have_llvm ? "AVAILABLE" : "unavailable!",
compiler_mode == LLVM ? " [SELECTED]" : "", compiler_mode == LLVM ? " [SELECTED]" : "",
have_llvm ? "AVAILABLE" : "unavailable!",
have_llvm ? "AVAILABLE" : "unavailable!",
have_lto ? "AVAILABLE" : "unavailable!", have_lto ? "AVAILABLE" : "unavailable!",
compiler_mode == LTO ? " [SELECTED]" : "", compiler_mode == LTO ? " [SELECTED]" : "",
LLVM_MAJOR >= 7 ? "DEFAULT" : " ",
LLVM_MAJOR >= 7 ? " " : "DEFAULT",
have_gcc_plugin ? "AVAILABLE" : "unavailable!", have_gcc_plugin ? "AVAILABLE" : "unavailable!",
compiler_mode == GCC_PLUGIN ? " [SELECTED]" : "", compiler_mode == GCC_PLUGIN ? " [SELECTED]" : "",
have_gcc ? "AVAILABLE" : "unavailable!", have_gcc ? "AVAILABLE" : "unavailable!",