This commit is contained in:
hexcoder- 2021-06-07 13:47:42 +02:00
commit 2d2d9b0b77

View File

@ -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