Skip to content

Conversation

@tokatoka
Copy link
Member

# #if LLVM_VERSION_MAJOR >= 16 and else have the same branch

@tokatoka
Copy link
Member Author

btw does this mean we already dropped the support for the old pass manager & llvm non-compatible with new manager

using OptimizationLevel = typename PassBuilder::OptimizationLevel;
#endif
#if LLVM_VERSION_MAJOR >= 16
#if LLVM_VERSION_MAJOR >= 15
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also put my clang-15/lto fix here.
i didn't check if it works on 14 or earlier

@vanhauser-thc
Copy link
Member

yes. AFL++ PCGUARD now requires llvm13 and that means we do not need old pass manager support.
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants