diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-03 12:49:54 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-03 12:49:54 +0100 |
commit | ccded9fc5cfead1b88104484c4acde12e81e0afe (patch) | |
tree | 2ed0dc70a25f410bf165a4cd13767ff4251f91ac /instrumentation/cmplog-instructions-pass.cc | |
parent | caf68e5bf25a8a73bcc21b870499b640e7702d85 (diff) | |
download | afl++-ccded9fc5cfead1b88104484c4acde12e81e0afe.tar.gz |
vectorized coverage only possible for llvm 14 :(
Diffstat (limited to 'instrumentation/cmplog-instructions-pass.cc')
-rw-r--r-- | instrumentation/cmplog-instructions-pass.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/instrumentation/cmplog-instructions-pass.cc b/instrumentation/cmplog-instructions-pass.cc index 86e206f1..cb149e9a 100644 --- a/instrumentation/cmplog-instructions-pass.cc +++ b/instrumentation/cmplog-instructions-pass.cc @@ -377,7 +377,6 @@ bool CmpLogInstructions::hookInstrs(Module &M) { vector_cnt = tt->getElementCount().getFixedValue(); ty1 = ty0 = tt->getElementType(); - fprintf(stderr, "vec %u\n", vector_cnt); } |