diff options
author | vanhauser-thc <vh@thc.org> | 2022-04-18 13:06:13 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-04-18 13:14:20 +0200 |
commit | b1da7500b2ef915887322d4a1903fe981d49acb5 (patch) | |
tree | 9728b324f72b44dea3f4e7fa303da1657ef0abf0 /instrumentation/cmplog-routines-pass.cc | |
parent | 223c52827af71450231a237a64a2726f8e0a9698 (diff) | |
download | afl++-b1da7500b2ef915887322d4a1903fe981d49acb5.tar.gz |
fix msg
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r-- | instrumentation/cmplog-routines-pass.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instrumentation/cmplog-routines-pass.cc b/instrumentation/cmplog-routines-pass.cc index 8205cfb0..708a94bc 100644 --- a/instrumentation/cmplog-routines-pass.cc +++ b/instrumentation/cmplog-routines-pass.cc @@ -761,6 +761,8 @@ bool CmpLogRoutines::runOnModule(Module &M) { #endif verifyModule(M); + fprintf(stderr, "done cmplog-routines-pass\n"); + #if LLVM_VERSION_MAJOR >= 11 /* use new pass manager */ return PA; #else |