diff options
author | van Hauser <vh@thc.org> | 2023-06-05 14:12:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 14:12:56 +0300 |
commit | f9b72b6f2f9a6545143ad2efa40ea0b527a5bf5c (patch) | |
tree | 82620ccfd9079b2e4fd0f7a6176b20508d4b68ca /instrumentation/SanitizerCoverageLTO.so.cc | |
parent | ed73c632a5791ca740fe64770b6d238206033ec4 (diff) | |
parent | b644e48f36485c645cbc0dadf0fddb2aa14cc079 (diff) | |
download | afl++-f9b72b6f2f9a6545143ad2efa40ea0b527a5bf5c.tar.gz |
Merge pull request #1755 from AFLplusplus/dev
push to stable
Diffstat (limited to 'instrumentation/SanitizerCoverageLTO.so.cc')
-rw-r--r-- | instrumentation/SanitizerCoverageLTO.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/SanitizerCoverageLTO.so.cc b/instrumentation/SanitizerCoverageLTO.so.cc index d7b03634..2d17ffd4 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 >= 15 +#if LLVM_VERSION_MAJOR >= 16 PB.registerFullLinkTimeOptimizationLastEPCallback( #else PB.registerOptimizerLastEPCallback( |