-
Notifications
You must be signed in to change notification settings - Fork 43
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
Compilation failure on 1.11 #370
Comments
This crashes on 14.5, 15 beta, and using the offline compiler from Xcode 16 beta. I've reported it to Apple. |
This is fixed on the latest macOS 15 beta. We can work around the issue by changing our |
I'm fine with that considering upgrade patterns of MacOS users, but how will we deal with CI? Will we upgrade all machines? Or just one that 1.11 always uses? I guess if we'll be supporting 1.10 for MacOS 13+ we should at least have one machine still on v13. |
I opted for implementing the suggested fix. |
As frequently seen on CI:
I reduced this to:
It's not obvious what's wrong here. The generated crash reports just point to a crash in the back-end, specifically during a machine function pass (
llvm::MachineFunctionPass::runOnFunction
).Original and reduced bitcode & libraries: libraries.zip
The text was updated successfully, but these errors were encountered: