diff options
author | hexcoder- <heiko@hexco.de> | 2021-06-07 13:47:42 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-06-07 13:47:42 +0200 |
commit | 2d2d9b0b77c17d1fbfc9b1fc223c4ff62e11b84d (patch) | |
tree | 0662dec65117985e614e7c6675117f39265944d0 | |
parent | 2449866f21fd66f04d0da51394b6604b406095c3 (diff) | |
parent | 76c0940cee04a4fc68f7bb6c3487bc3263494034 (diff) | |
download | afl++-2d2d9b0b77c17d1fbfc9b1fc223c4ff62e11b84d.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
-rw-r--r-- | instrumentation/afl-llvm-pass.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc index 6fe34ccd..94b77f7d 100644 --- a/instrumentation/afl-llvm-pass.so.cc +++ b/instrumentation/afl-llvm-pass.so.cc @@ -676,7 +676,7 @@ bool AFLCoverage::runOnModule(Module &M) { todo.push_back(MapPtrIdx); } else { - + */ IRB.CreateAtomicRMW(llvm::AtomicRMWInst::BinOp::Add, MapPtrIdx, One, #if LLVM_VERSION_MAJOR >= 13 |