lto whitelist in test.sh

This commit is contained in:
van Hauser
2020-06-23 21:23:10 +02:00
parent 2b450aeb20
commit 49a769ac06
9 changed files with 33 additions and 26 deletions

View File

@ -140,6 +140,7 @@ bool AFLCoverage::runOnModule(Module &M) {
/* Show a banner */
char be_quiet = 0;
setvbuf(stdout, NULL, _IONBF, 0);
if (getenv("AFL_DEBUG")) debug = 1;