Skip to content

Conversation

@tuliom
Copy link
Contributor

@tuliom tuliom commented Mar 28, 2023

I found a few issues while building AFLplusplus against Fedora Rawhide with LLVM 16.0.0 and Python 3.11.

tuliom added 3 commits March 28, 2023 12:15
LLVM commit 7ae6838defb21737963b1dd8ff9de7e87052c74f removed the
following extensions:

- PassManagerBuilder::EP_OptimizerLast
- PassManagerBuilder::EP_EnabledOnOptLevel0
- PassManagerBuilder::EP_FullLinkTimeOptimizationLast
Clang may call as with extra debugging arguments after the input file,
e.g. as --64 -o /tmp/hello-617ff5.o /tmp/hello-6b6f52.s -g -gdwarf-4
Python 3.11 complains that int and str are unsupported operand types for
operator +.
@vanhauser-thc
Copy link
Member

thank you!

@vanhauser-thc vanhauser-thc merged commit 661b626 into AFLplusplus:dev Mar 28, 2023
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.

2 participants