mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +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);
|
||||
#else
|
||||
IRBuilder<> IRB(&*IP);
|
||||
|
Reference in New Issue
Block a user