-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues compiling bitcoin-core (__sancov_pcs has both ordered and unordered sections) #27
Comments
I might try clang-14 to see if that fixes it |
I haven't seen this issue before, but I will take a loot in the near future. There are a few things that could be improved in the llvm pass, which may assist here. Is bitcoin-core able to compile with LTO by default? |
Looks like clang-14 fixed it #29 for me. No idea why 🤷♂️ |
Oh, apologies. I forgot to press CTRL+C to continue the compilation. clang-14 fails with some lto issue in cryptofuzz (which is part of OSS-Fuzz bitcoin-core):
|
This is also an inconvenient aspect of the oss-fuzz integration. I added to the patch such that the webserver won't be launched 1520b5d so no more CTRL-C |
I think this was fixed. Will open a new issue if it happens again. |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: