diff options
author | van Hauser <vh@thc.org> | 2021-07-19 10:54:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:54:12 +0200 |
commit | 815161827689c339d335233b7b232ac9b120b79b (patch) | |
tree | 4e686574ccf1f47cea79fc24514c8455e3a1fbc1 /instrumentation/afl-llvm-pass.so.cc | |
parent | 9321a24e682b5c8bf6278961bd014cb883b87295 (diff) | |
parent | cc57cc5f463e9b79980c2087d19b4a1e1360ec52 (diff) | |
download | afl++-815161827689c339d335233b7b232ac9b120b79b.tar.gz |
Merge branch 'release' into stable
Diffstat (limited to 'instrumentation/afl-llvm-pass.so.cc')
-rw-r--r-- | instrumentation/afl-llvm-pass.so.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/instrumentation/afl-llvm-pass.so.cc b/instrumentation/afl-llvm-pass.so.cc index ecf28f31..b673d815 100644 --- a/instrumentation/afl-llvm-pass.so.cc +++ b/instrumentation/afl-llvm-pass.so.cc @@ -676,12 +676,9 @@ bool AFLCoverage::runOnModule(Module &M) { todo.push_back(MapPtrIdx); } else { - + */ IRB.CreateAtomicRMW(llvm::AtomicRMWInst::BinOp::Add, MapPtrIdx, One, -#if LLVM_VERSION_MAJOR >= 13 - llvm::MaybeAlign(1), -#endif llvm::AtomicOrdering::Monotonic); /* |