aboutsummaryrefslogtreecommitdiff
path: root/llvm_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-22 10:42:48 +0200
committervan Hauser <vh@thc.org>2019-09-22 10:42:48 +0200
commit7adb7cf7f698b309029d4853b1ec8900fe1baafe (patch)
treedcf96079163d5764089066bcfd9aeca378421264 /llvm_mode
parente36e5f4fc927370c3c04fd589aca23197e1b518a (diff)
downloadAFLplusplus-7adb7cf7f698b309029d4853b1ec8900fe1baafe.tar.gz
more tests
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/afl-llvm-pass.so.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc
index 5d531a87..58acd9be 100644
--- a/llvm_mode/afl-llvm-pass.so.cc
+++ b/llvm_mode/afl-llvm-pass.so.cc
@@ -105,9 +105,7 @@ bool AFLCoverage::runOnModule(Module &M) {
SAYF(cCYA "afl-llvm-pass" VERSION cRST " by <lszekeres@google.com>\n");
- } else
-
- be_quiet = 1;
+ } else if (getenv("AFL_QUIET")) be_quiet = 1;
/* Decide instrumentation ratio */