mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
more llvm 15 specialities
This commit is contained in:
parent
2b500ce97e
commit
b644e48f36
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user