-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build] Remove redundant block applying '-mcx16' flag again for Android x86_64 #35023
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
Conversation
@drexin, would you run the CI on this? |
@swift-ci test |
Build failed |
Build failed |
Linux CI failure is spurious, Mac failure is unrelated. |
@swift-ci test |
Build failed |
Build failed |
Linux and Mac CI are both broken right now: all Linux builds are failing with a lldb template build error and all Mac runs put out an error about a "database is locked" when stress testing. Windows failure when building CMark is probably spurious. |
Ping, can someone run the CI again? |
@swift-ci please smoke test |
@swift-ci please smoke test Linux |
@rjmccall and @compnerd, this fixes a bug in #34958. I just noticed this because it was wrongly applying this flag when cross-compiling the stdlib for Android AArch64 too, and clang put out a bunch of warnings about it.Fix has now been merged in another pull #35102, this is just the remaining cleanup.