-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[5.5] Fix taskWait function family calls on arm64e #37985
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
[5.5] Fix taskWait function family calls on arm64e #37985
Conversation
The function pointer we pass to the task_wait functions needs to be signed.
@swift-ci Please test |
main PR: #37984 |
Build failed |
@swift-ci please test linux |
Build failed |
@swift-ci Please test macOS |
Build failed |
@swift-ci Please test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci please smoke test macOS |
@swift-ci test macOS |
Build failed |
Build failed |
Build failed |
@swift-ci test macOS |
The macOS failure is unrelated to this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks Arnold!
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
@swift-ci test macOS |
Build failed |
The function pointer we pass to the task_wait functions needs to be
signed.
rdar://79561582