about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-pass.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-19 09:53:46 +0100
committervan Hauser <vh@thc.org>2020-02-19 09:53:46 +0100
commit687b357b2db4155eabaa30195d8d532a6e6b1b62 (patch)
tree61162e436224b7a6d1f8ae87b06c43cc997b0cc6 /llvm_mode/afl-llvm-pass.so.cc
parent3beee6da772f88f1bd7987b4b2e7c56a53ec3270 (diff)
downloadafl++-687b357b2db4155eabaa30195d8d532a6e6b1b62.tar.gz
isatty for all compilers + AFL_DEBUG
Diffstat (limited to 'llvm_mode/afl-llvm-pass.so.cc')
-rw-r--r--llvm_mode/afl-llvm-pass.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc
index 555510cc..b78c7660 100644
--- a/llvm_mode/afl-llvm-pass.so.cc
+++ b/llvm_mode/afl-llvm-pass.so.cc
@@ -149,7 +149,7 @@ bool AFLCoverage::runOnModule(Module &M) {
 
     SAYF(cCYA "afl-llvm-pass" VERSION cRST " by <lszekeres@google.com>\n");
 
-  } else if (getenv("AFL_QUIET"))
+  } else
 
     be_quiet = 1;