diff options
-rw-r--r-- | llvm_mode/afl-clang-fast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index dd8d2dfc..fa3b5c78 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -43,6 +43,7 @@ static u32 cc_par_cnt = 1; /* Param count, including argv0 */ static u8 llvm_fullpath[PATH_MAX]; static u8 cmplog_mode; u8 use_stdin = 0; /* dummy */ +u8 be_quiet = 0; /* Try to find the runtime libraries. If that fails, abort. */ |