about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDongjia "toka" Zhang <tokazerkje@outlook.com>2023-06-24 15:48:23 +0200
committerGitHub <noreply@github.com>2023-06-24 15:48:23 +0200
commitcac713ec304b40e815d54e0991adcb14290f8f30 (patch)
treea85edb127cf40b79623a2dd9792dcb28e1e763a9
parent1e3890ea7f32866af97614c657afdf970be7168b (diff)
downloadafl++-cac713ec304b40e815d54e0991adcb14290f8f30.tar.gz
llvm 15
-rw-r--r--instrumentation/SanitizerCoverageLTO.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/SanitizerCoverageLTO.so.cc b/instrumentation/SanitizerCoverageLTO.so.cc
index 2d17ffd4..d7b03634 100644
--- a/instrumentation/SanitizerCoverageLTO.so.cc
+++ b/instrumentation/SanitizerCoverageLTO.so.cc
@@ -331,7 +331,7 @@ llvmGetPassPluginInfo() {
 #if LLVM_VERSION_MAJOR <= 13
             using OptimizationLevel = typename PassBuilder::OptimizationLevel;
 #endif
-#if LLVM_VERSION_MAJOR >= 16
+#if LLVM_VERSION_MAJOR >= 15
             PB.registerFullLinkTimeOptimizationLastEPCallback(
 #else
             PB.registerOptimizerLastEPCallback(