mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
more llvm 15 specialities
This commit is contained in:
@ -1212,7 +1212,7 @@ void ModuleSanitizerCoverageAFL::InjectCoverageAtBlock(Function &F,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if LLVM_VERSION_MAJOR >= 15
|
#if LLVM_VERSION_MAJOR >= 16
|
||||||
InstrumentationIRBuilder IRB(&*IP);
|
InstrumentationIRBuilder IRB(&*IP);
|
||||||
#else
|
#else
|
||||||
IRBuilder<> IRB(&*IP);
|
IRBuilder<> IRB(&*IP);
|
||||||
|
Reference in New Issue
Block a user