Skip to content

[Threading] Fix 32-bit Linux. #59371

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

Merged
merged 1 commit into from
Jun 11, 2022
Merged

Conversation

al45tair
Copy link
Contributor

swift::once needs to be 32-bit on 32-bit Linux, which means we have to revert to using a global lock in that case.

rdar://94831034

`swift::once` needs to be 32-bit on 32-bit Linux, which means we have to
revert to using a global lock.

rdar://94831034
@al45tair
Copy link
Contributor Author

@swift-ci Please smoke test

@drodriguez
Copy link
Contributor

drodriguez commented Jun 10, 2022

I don't think the Linux error is really related (but I might be wrong).

@drodriguez
Copy link
Contributor

@swift-ci please smoke test Linux platform

@al45tair
Copy link
Contributor Author

al45tair commented Jun 10, 2022

No, agreed, the Linux error isn't anything to do with this. (Thanks for re-triggering the smoke test.)

@al45tair al45tair merged commit da71729 into swiftlang:main Jun 11, 2022
@finagolfin
Copy link
Member

Happy to report this appears to have fixed the issue on the 32-bit Android armv7 CI, thanks for the quick turnaround.

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.

4 participants