about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
authorh1994st <h1994st@gmail.com>2020-03-02 15:27:31 -0500
committerh1994st <h1994st@gmail.com>2020-03-02 15:27:31 -0500
commit031946136bb61990d03d7cc4ebc9487218b30338 (patch)
tree37f27b4f0a84da70f3e0decddd16639217c936b9 /llvm_mode/afl-clang-fast.c
parent7b59e05600aff4e9deb3110887d6ad49838f02b0 (diff)
parentf6050ab804f06fbedfb1fd1b619217be85db2e00 (diff)
downloadafl++-031946136bb61990d03d7cc4ebc9487218b30338.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c1
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. */