more llvm 15 specialities

This commit is contained in:
vanhauser-thc 2023-06-01 13:28:07 +02:00
parent 2b500ce97e
commit b644e48f36

View File

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