Skip to content

[5.5] Don't build arm64e slices of the back-deployed libswift_Concurrency.dylib #40858

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

DougGregor
Copy link
Member

The arm64e ABI is not stable, so there is no reason to build or ship
arm64e slices of the back-deployed libswift_Concurrency.dylib. Moreover,
these slices interact poorly with bitcode_strip tool, resulting in
a shared library that iOS will refuse to load in certain circumstances.

Fixes rdar://85752735 / FB9780976.

Thank you to Jay Muthialu and Keith Smiley for helping debug this issue!

…ylib.

The arm64e ABI is not stable, so there is no reason to build or ship
arm64e slices of the back-deployed libswift_Concurrency.dylib. Moreover,
these slices interact poorly with bitcode_strip tool, resulting in
a shared library that iOS will refuse to load in certain circumstances.

Fixes rdar://85752735 / FB9780976.

Thank you to Jay Muthialu and Keith Smiley for helping debug this issue!
@DougGregor DougGregor requested a review from a team as a code owner January 14, 2022 20:09
@DougGregor
Copy link
Member Author

@swift-ci please test

@najacque najacque merged commit 6ad300d into swiftlang:release/5.5 Jan 18, 2022
@DougGregor DougGregor deleted the back-deployed-concurrency-no-arm64e-5.5 branch January 18, 2022 22:12
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.

5 participants