about summary refs log tree commit diff
path: root/instrumentation/SanitizerCoverageLTO.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-06-26 10:03:03 +0300
committerGitHub <noreply@github.com>2023-06-26 10:03:03 +0300
commitaaa1d113e7302d8b6d9959843c723bd18767eb4d (patch)
treea85edb127cf40b79623a2dd9792dcb28e1e763a9 /instrumentation/SanitizerCoverageLTO.so.cc
parentedd352612da1f58832cbe84d909a8998ce4fa690 (diff)
parentcac713ec304b40e815d54e0991adcb14290f8f30 (diff)
downloadafl++-aaa1d113e7302d8b6d9959843c723bd18767eb4d.tar.gz
Merge pull request #1784 from AFLplusplus/toka_0624
delete duplicate branches
Diffstat (limited to 'instrumentation/SanitizerCoverageLTO.so.cc')
-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(