about summary refs log tree commit diff
path: root/instrumentation/SanitizerCoverageLTO.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-04-26 16:17:41 +0200
committerGitHub <noreply@github.com>2024-04-26 16:17:41 +0200
commitad0d0c77fb313e6edfee111fecf2bcd16d8f915e (patch)
treed14359defab2ebe64d7536d7de8c4f63cb7105e9 /instrumentation/SanitizerCoverageLTO.so.cc
parent1d17210d9fb0eb37ba866a3697643a9e4f37acd5 (diff)
parent2c3f761ede22c132277a855f2219b85a34c6048a (diff)
downloadafl++-ad0d0c77fb313e6edfee111fecf2bcd16d8f915e.tar.gz
Merge pull request #2071 from AFLplusplus/dev
Push to stable
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 4518c1c7..14482deb 100644
--- a/instrumentation/SanitizerCoverageLTO.so.cc
+++ b/instrumentation/SanitizerCoverageLTO.so.cc
@@ -341,7 +341,7 @@ llvmGetPassPluginInfo() {
             using OptimizationLevel = typename PassBuilder::OptimizationLevel;
 #endif
 #if LLVM_VERSION_MAJOR >= 15
-            PB.registerFullLinkTimeOptimizationEarlyEPCallback(
+            PB.registerFullLinkTimeOptimizationLastEPCallback(
 #else
             PB.registerOptimizerLastEPCallback(
 #endif